diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-09 10:40:18 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@digia.com> | 2013-04-10 10:55:14 +0200 |
commit | 4b0bafd6152dec31ee2272ad7a96a458ba1d97d4 (patch) | |
tree | 2aea8dc5974eebc40b9beb76a49da3103cc4a4e9 /src/plugins/cpptools/cppfindreferences.h | |
parent | 7d163a079d2c08d867c0abdeb4fca56605701ab5 (diff) | |
download | qt-creator-4b0bafd6152dec31ee2272ad7a96a458ba1d97d4.tar.gz |
Clean headers in CppTools.
Ran script to remove inludes on a trial-and-error basis and
manually corrected it.
Change-Id: Ic8464ea084ca1ab401e9f4a7d0183b92b4038902
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cppfindreferences.h')
-rw-r--r-- | src/plugins/cpptools/cppfindreferences.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/cpptools/cppfindreferences.h b/src/plugins/cpptools/cppfindreferences.h index 4fa992c8c2..9f7a96046c 100644 --- a/src/plugins/cpptools/cppfindreferences.h +++ b/src/plugins/cpptools/cppfindreferences.h @@ -30,9 +30,6 @@ #ifndef CPPFINDREFERENCES_H #define CPPFINDREFERENCES_H -#include <utils/filesearch.h> - -#include <cplusplus/CppDocument.h> #include <cplusplus/DependencyTable.h> #include <cplusplus/FindUsages.h> @@ -41,7 +38,6 @@ #include <QPointer> #include <QFuture> #include <QFutureWatcher> -#include <QMetaType> QT_FORWARD_DECLARE_CLASS(QTimer) |