diff SQLite/Plugins/SQLiteIndex.h @ 228:1ad9118b0717

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 03 Apr 2021 18:31:21 +0200
parents a4918d57435c
children 35598014f140
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