diff options
| author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-03-12 12:05:32 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-03-12 16:18:45 +0100 |
| commit | dc1f0b0752de64222bd6d092fc0b6ae7dba12241 (patch) | |
| tree | 59592852797a12a6d013062499fa06b0005a0381 /src/plugins/pythoneditor/pythoneditorwidget.cpp | |
| parent | dc95392aa497cf7d1e969c3ed138589df4221552 (diff) | |
| download | qt-creator-dc1f0b0752de64222bd6d092fc0b6ae7dba12241.tar.gz | |
Fix Krazy warnings about includes/header guards in Python Editor.
Change-Id: I3dce1d8f14d4bfc271d8873eb3ad819eb336e2df
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorwidget.cpp')
| -rw-r--r-- | src/plugins/pythoneditor/pythoneditorwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorwidget.cpp b/src/plugins/pythoneditor/pythoneditorwidget.cpp index 8d08320820..ba5d80110c 100644 --- a/src/plugins/pythoneditor/pythoneditorwidget.cpp +++ b/src/plugins/pythoneditor/pythoneditorwidget.cpp @@ -33,10 +33,10 @@ Represents editor as plain text editor. */ +#include "pythoneditorwidget.h" #include "tools/pythonhighlighter.h" #include "tools/pythonindenter.h" #include "pythoneditor.h" -#include "pythoneditorwidget.h" #include <texteditor/fontsettings.h> #include <texteditor/texteditorconstants.h> |
