changeset 228:1ad9118b0717

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 03 Apr 2021 18:31:21 +0200
parents 39cb02035f54
children 5744f09b0b1b
files SQLite/Plugins/SQLiteIndex.h
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.h	Fri Apr 02 19:27:32 2021 +0200
+++ b/SQLite/Plugins/SQLiteIndex.h	Sat Apr 03 18:31:21 2021 +0200
@@ -21,7 +21,6 @@
 
 #pragma once
 
-#include "../../Framework/Common/IDatabaseFactory.h"
 #include "../../Framework/Plugins/IndexBackend.h"
 
 namespace OrthancDatabases
@@ -29,8 +28,8 @@
   class SQLiteIndex : public IndexBackend 
   {
   private:
-    std::string            path_;
-    bool                   fast_;
+    std::string  path_;
+    bool         fast_;
 
   public:
     SQLiteIndex(OrthancPluginContext* context);  // Opens in memory