# HG changeset patch # User Sebastien Jodogne # Date 1617467481 -7200 # Node ID 1ad9118b0717bd9528476f1e146809dcdd396c61 # Parent 39cb02035f54ea525ca155d0883eed32f2b5c207 cleaning diff -r 39cb02035f54 -r 1ad9118b0717 SQLite/Plugins/SQLiteIndex.h --- 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