summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/fileandtokenactions_test.cpp
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@digia.com>2014-07-30 16:29:02 +0200
committerErik Verbruggen <erik.verbruggen@digia.com>2014-08-20 10:26:47 +0200
commitb8a6a4dd4e2a02d9afd54303550570f1fcbcb586 (patch)
tree51472b8c5c73e17900b78c65ce7286f9cd9b8eb5 /src/plugins/cppeditor/fileandtokenactions_test.cpp
parent077bbf6803d4f3d81622720c9452a7e1a00c81fb (diff)
downloadqt-creator-b8a6a4dd4e2a02d9afd54303550570f1fcbcb586.tar.gz
CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp}
Change-Id: I447acf28849bffb52c1e6b6eafdde221ec0b179e Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cppeditor/fileandtokenactions_test.cpp')
-rw-r--r--src/plugins/cppeditor/fileandtokenactions_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/fileandtokenactions_test.cpp b/src/plugins/cppeditor/fileandtokenactions_test.cpp
index cab09696c5..10ce9f99b3 100644
--- a/src/plugins/cppeditor/fileandtokenactions_test.cpp
+++ b/src/plugins/cppeditor/fileandtokenactions_test.cpp
@@ -38,14 +38,15 @@
#include <coreplugin/editormanager/editormanager.h>
#include <cpptools/cppmodelmanagerinterface.h>
#include <cpptools/cpptoolsreuse.h>
-#include <extensionsystem/pluginmanager.h>
+#include <cpptools/cppworkingcopy.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>
#include <texteditor/basetextdocument.h>
-#include <utils/algorithm.h>
+#include <extensionsystem/pluginmanager.h>
#include <cplusplus/CppDocument.h>
#include <cplusplus/TranslationUnit.h>
+#include <utils/algorithm.h>
#include <QApplication>
#include <QDebug>