summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.h
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2010-02-03 13:21:08 +1000
committerWolfgang Beck <wolfgang.beck@nokia.com>2010-02-03 13:21:08 +1000
commite134e249196fdc86eb7a87a109e9772c9fed82a8 (patch)
tree614777bd1e0c2ee2193a721fb73d4e273bad5ff9 /src/plugins/cpptools/cppmodelmanager.h
parentcc278a593b829417ae210a8e21c49d1dade88b32 (diff)
downloadqt-creator-e134e249196fdc86eb7a87a109e9772c9fed82a8.tar.gz
Source update.
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.h')
-rw-r--r--src/plugins/cpptools/cppmodelmanager.h23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.h b/src/plugins/cpptools/cppmodelmanager.h
index 1ebac420be..ca9ca683f7 100644
--- a/src/plugins/cpptools/cppmodelmanager.h
+++ b/src/plugins/cpptools/cppmodelmanager.h
@@ -31,21 +31,26 @@
#define CPPMODELMANAGER_H
#include <cpptools/cppmodelmanagerinterface.h>
-#include <projectexplorer/project.h>
+#ifndef ICHECK_BUILD
+# include <projectexplorer/project.h>
+#endif
#include <cplusplus/CppDocument.h>
#include <cplusplus/PreprocessorClient.h>
-#include <texteditor/basetexteditor.h>
+#ifndef ICHECK_BUILD
+# include <texteditor/basetexteditor.h>
+#endif
#include <cplusplus/PreprocessorEnvironment.h>
#include <cplusplus/pp-engine.h>
#ifdef ICHECK_BUILD
-# include "ParseManager.h"
+# include "parsemanager.h"
+#else
+# include <QtCore/QHash>
+# include <QtCore/QFutureInterface>
+# include <QtCore/QFutureSynchronizer>
+# include <QtCore/QMutex>
+# include <QtCore/QTimer>
+# include <QtGui/QTextEdit> // for QTextEdit::ExtraSelection
#endif
-#include <QtCore/QHash>
-#include <QtCore/QFutureInterface>
-#include <QtCore/QFutureSynchronizer>
-#include <QtCore/QMutex>
-#include <QtCore/QTimer>
-#include <QtGui/QTextEdit> // for QTextEdit::ExtraSelection
namespace Core {
class ICore;