src: remove unused includes
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include "utility/file/FileRegisterStateData.h"
|
||||
#include "utility/logging/logging.h"
|
||||
|
||||
#include "data/indexer/IndexerComposite.h"
|
||||
#include "data/indexer/IndexerCommand.h"
|
||||
#include "data/indexer/IndexerComposite.h"
|
||||
#include "data/indexer/IndexerFactory.h"
|
||||
|
||||
InterprocessIndexer::InterprocessIndexer(const std::string& uuid, Id processId)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "InterprocessIntermediateStorageManager.h"
|
||||
|
||||
#include "data/indexer/interprocess/shared_types/SharedIntermediateStorage.h"
|
||||
#include "data/IntermediateStorage.h"
|
||||
#include "utility/logging/logging.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define INTERPROCESS_INTERMEDIATE_STORAGE_MANAGER_H
|
||||
|
||||
#include "BaseInterprocessDataManager.h"
|
||||
#include "shared_types/SharedIntermediateStorage.h"
|
||||
|
||||
class IntermediateStorage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user