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

Buildfix in redis backend

This commit is contained in:
King_DuckZ 2016-07-14 18:13:30 +01:00
parent f96fa212d6
commit e5814a5575
5 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 6aad99c0f460da5c09b719f6112ab38e4fea2ce7 Subproject commit 8860dc06209b44c2237b1d0a014fef9b6a6e398c

View file

@ -19,8 +19,8 @@
#define idB2F92EE07A004D5293FD0657EEE8F75B #define idB2F92EE07A004D5293FD0657EEE8F75B
#include "backends/db_backend.hpp" #include "backends/db_backend.hpp"
#include "incredis.hpp" #include "incredis/incredis.hpp"
#include "script.hpp" #include "incredis/script.hpp"
#include "dindexer-core/searchpaths.hpp" #include "dindexer-core/searchpaths.hpp"
#include <string> #include <string>
#include <cstdint> #include <cstdint>

View file

@ -17,7 +17,7 @@
#include "delete.hpp" #include "delete.hpp"
#include "tag.hpp" #include "tag.hpp"
#include "incredis.hpp" #include "incredis/incredis.hpp"
#include "duckhandy/lexical_cast.hpp" #include "duckhandy/lexical_cast.hpp"
#include "duckhandy/sequence_bt.hpp" #include "duckhandy/sequence_bt.hpp"
#include "dindexerConfig.h" #include "dindexerConfig.h"

View file

@ -16,7 +16,7 @@
*/ */
#include "find.hpp" #include "find.hpp"
#include "incredis.hpp" #include "incredis/incredis.hpp"
#include "duckhandy/lexical_cast.hpp" #include "duckhandy/lexical_cast.hpp"
#include "dindexerConfig.h" #include "dindexerConfig.h"
#include "dindexer-core/split_tags.hpp" #include "dindexer-core/split_tags.hpp"

View file

@ -16,7 +16,7 @@
*/ */
#include "tag.hpp" #include "tag.hpp"
#include "incredis.hpp" #include "incredis/incredis.hpp"
#include "dindexerConfig.h" #include "dindexerConfig.h"
#include "duckhandy/lexical_cast.hpp" #include "duckhandy/lexical_cast.hpp"
#include "dindexer-core/split_tags.hpp" #include "dindexer-core/split_tags.hpp"