diff OrthancServer/Database/IDatabaseWrapper.h @ 3094:61da3c9b4121 db-changes

cont reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 17:52:24 +0100
parents 2e1808b6146a
children f6de9d25b20d
line wrap: on
line diff
--- a/OrthancServer/Database/IDatabaseWrapper.h	Sat Jan 05 16:09:21 2019 +0100
+++ b/OrthancServer/Database/IDatabaseWrapper.h	Sat Jan 05 17:52:24 2019 +0100
@@ -39,9 +39,8 @@
 #include "../../Core/SQLite/ITransaction.h"
 
 #include "../ExportedResource.h"
-#include "../IDatabaseListener.h"
 #include "../Search/DatabaseConstraint.h"
-#include "../Search/DatabaseLookup.h"
+#include "IDatabaseListener.h"
 
 #include <list>
 #include <boost/noncopyable.hpp>