summaryrefslogtreecommitdiff
path: root/src/tools/clangpchmanagerbackend/source/pchmanagerserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangpchmanagerbackend/source/pchmanagerserver.h')
-rw-r--r--src/tools/clangpchmanagerbackend/source/pchmanagerserver.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/clangpchmanagerbackend/source/pchmanagerserver.h b/src/tools/clangpchmanagerbackend/source/pchmanagerserver.h
index 7be9c75966..bac2dcd00f 100644
--- a/src/tools/clangpchmanagerbackend/source/pchmanagerserver.h
+++ b/src/tools/clangpchmanagerbackend/source/pchmanagerserver.h
@@ -31,7 +31,6 @@
#include "pchgeneratornotifierinterface.h"
#include "pchmanagerserverinterface.h"
#include "projectpartsinterface.h"
-#include "stringcache.h"
#include <ipcclientprovider.h>
@@ -46,8 +45,7 @@ class PchManagerServer : public PchManagerServerInterface,
{
public:
- PchManagerServer(FilePathCache<> &filePathCache,
- ClangPathWatcherInterface &fileSystemWatcher,
+ PchManagerServer(ClangPathWatcherInterface &fileSystemWatcher,
PchCreatorInterface &pchCreator,
ProjectPartsInterface &projectParts);
@@ -60,7 +58,6 @@ public:
void taskFinished(TaskFinishStatus status, const ProjectPartPch &projectPartPch) override;
private:
- FilePathCache<> &m_filePathCache;
ClangPathWatcherInterface &m_fileSystemWatcher;
PchCreatorInterface &m_pchCreator;
ProjectPartsInterface &m_projectParts;