actually make sqlite work again (tests passed because the writer

was not actually defined because of the define.)
This commit is contained in:
Bernhard Amann 2013-05-13 19:27:11 -07:00
parent 2b8c2f2316
commit 6c99df508c
10 changed files with 179 additions and 98 deletions

View file

@ -8,10 +8,9 @@
#include "config.h"
#ifdef USE_SQLITE
#include "../WriterBackend.h"
#include "sqlite3.h"
#include "../../external/sqlite3.h"
#include "../../threading/AsciiFormatter.h"
namespace logging { namespace writer {
@ -59,7 +58,5 @@ private:
}
}
#endif /* USE_SQLITE */
#endif /* LOGGING_WRITER_SQLITE_H */