1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00

Move flatinsertin2dlist to postgresql backend.

It's the only place using that header and its use is so
specialized I struggle to even remember what it does.
This commit is contained in:
King_DuckZ 2016-07-14 11:24:41 +01:00
parent 0b10316d9e
commit dc814b4d09
3 changed files with 2 additions and 2 deletions

View file

@ -54,6 +54,6 @@ namespace dinhelp {
};
} //namespace dinhelp
#include "implem/flatinsertin2dlist.inl"
#include "flatinsertin2dlist.inl"
#endif

View file

@ -19,7 +19,7 @@
#define id63F35BA8B3C94A129291D963ABE66018
#include "dindexer-machinery/recorddata.hpp"
#include "helpers/flatinsertin2dlist.hpp"
#include "flatinsertin2dlist.hpp"
#include "helpers/MaxSizedArray.hpp"
#include "backends/db_backend.hpp"
#include <memory>