aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphoverhandler.cpp
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-12-03 13:49:35 +0100
committerChristian Kamm <christian.d.kamm@nokia.com>2011-01-04 15:58:21 +0100
commit5f50a6ae343574bc247eb631c0a2314273f50add (patch)
treec8e15fe94e5e692a7e101e67511c451db5718c09 /src/plugins/cppeditor/cpphoverhandler.cpp
parent5de7be5f91efcaddccffde464d1556d7a8b05a59 (diff)
C++: Move the ModelManagerInterface from CppTools to CPlusPlus.
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.cpp')
-rw-r--r--src/plugins/cppeditor/cpphoverhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.cpp b/src/plugins/cppeditor/cpphoverhandler.cpp
index b1869c053c..9d44edbaf0 100644
--- a/src/plugins/cppeditor/cpphoverhandler.cpp
+++ b/src/plugins/cppeditor/cpphoverhandler.cpp
@@ -38,7 +38,7 @@
#include <coreplugin/editormanager/ieditor.h>
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/helpmanager.h>
-#include <cpptools/cppmodelmanagerinterface.h>
+#include <cplusplus/ModelManagerInterface.h>
#include <extensionsystem/pluginmanager.h>
#include <texteditor/itexteditor.h>
#include <texteditor/basetexteditor.h>