diff options
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
| -rw-r--r-- | src/plugins/debugger/debuggerplugin.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 03f86bec24..37406f70cc 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -39,7 +39,6 @@ #include "gdboptionpage.h" #include "gdbengine.h" #include "mode.h" -#include "qtcassert.h" #include <coreplugin/actionmanager/actionmanagerinterface.h> #include <coreplugin/coreconstants.h> @@ -48,20 +47,27 @@ #include <coreplugin/messagemanager.h> #include <coreplugin/modemanager.h> #include <coreplugin/uniqueidmanager.h> + #include <cplusplus/ExpressionUnderCursor.h> + #include <cppeditor/cppeditorconstants.h> + #include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/session.h> + +#include <texteditor/basetexteditor.h> #include <texteditor/basetextmark.h> #include <texteditor/itexteditor.h> #include <texteditor/texteditorconstants.h> -#include <texteditor/basetexteditor.h> + +#include <utils/qtcassert.h> #include <QtCore/QDebug> #include <QtCore/qplugin.h> #include <QtCore/QObject> #include <QtCore/QPoint> #include <QtCore/QSettings> + #include <QtGui/QPlainTextEdit> #include <QtGui/QTextBlock> #include <QtGui/QTextCursor> |
