1
0
Fork 0
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:
King_DuckZ 2016-05-23 19:50:12 +02:00
parent 70caa9e26c
commit fb722719b2
12 changed files with 13 additions and 13 deletions

View file

@ -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>