diff options
Diffstat (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolseditorsupport.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index 5d7e157e42..46dfc30012 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -43,13 +43,11 @@ QT_BEGIN_NAMESPACE class QTimer; QT_END_NAMESPACE -namespace CPlusPlus { - class AST; -} +namespace CPlusPlus { class AST; } namespace TextEditor { - class ITextEditor; - class ITextMark; +class ITextEditor; +class ITextMark; } // namespace TextEditor namespace CppTools { |