mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-05 14:34:13 +00:00
Move postgresql backend's include files to a new db subdir.
Fix build and remove unneeded include in tag.cpp
This commit is contained in:
parent
70caa9e26c
commit
fb722719b2
12 changed files with 13 additions and 13 deletions
|
@ -15,8 +15,8 @@
|
|||
* along with "dindexer". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "backends/postgresql/scan.hpp"
|
||||
#include "backends/postgresql/settings.hpp"
|
||||
#include "db/scan.hpp"
|
||||
#include "db/settings.hpp"
|
||||
#include "pq/connection.hpp"
|
||||
#include "dindexer-machinery/recorddata.hpp"
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue