diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-09-02 15:17:57 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-09-09 15:26:43 +0200 |
commit | 9a00b8ba27f2bfbe0ce9e09b8585822d9843e9f7 (patch) | |
tree | 0433a536402bb3292901faed5410755d545ecc2b /src/plugins/cppeditor/cppquickfix.cpp | |
parent | d0c5f55d962dbad226891a2fb780257510c683ab (diff) | |
download | qt-creator-9a00b8ba27f2bfbe0ce9e09b8585822d9843e9f7.tar.gz |
C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}
Diffstat (limited to 'src/plugins/cppeditor/cppquickfix.cpp')
-rw-r--r-- | src/plugins/cppeditor/cppquickfix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppquickfix.cpp b/src/plugins/cppeditor/cppquickfix.cpp index 9d1c080609..eb5dce7a11 100644 --- a/src/plugins/cppeditor/cppquickfix.cpp +++ b/src/plugins/cppeditor/cppquickfix.cpp @@ -29,7 +29,6 @@ #include "cppquickfix.h" #include "cppeditor.h" -#include "cppdeclfromdef.h" #include <AST.h> #include <TranslationUnit.h> |