1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-16 16:24:12 +00:00

Move scan's core code into new machinery lib.

This commit is contained in:
King_DuckZ 2016-01-05 12:35:46 +00:00
parent 487b8efe61
commit 4e29200b47
26 changed files with 53 additions and 32 deletions

View file

@ -18,7 +18,7 @@
#include "dbbackend.hpp"
#include "pq/connection.hpp"
#include "dindexer-common/settings.hpp"
#include "recorddata.hpp"
#include "dindexer-machinery/recorddata.hpp"
#include <string>
#include <sstream>
#include <utility>