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/pythoneditor.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/pythoneditor.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.cpp b/src/plugins/pythoneditor/pythoneditor.cpp index 7704e2764c..c66e1fe393 100644 --- a/src/plugins/pythoneditor/pythoneditor.cpp +++ b/src/plugins/pythoneditor/pythoneditor.cpp @@ -32,10 +32,10 @@ This editor makes possible to edit Python source files */ +#include "pythoneditor.h" #include "pythoneditorconstants.h" #include "pythoneditorplugin.h" #include "pythoneditorwidget.h" -#include "pythoneditor.h" #include <coreplugin/icore.h> #include <coreplugin/mimedatabase.h> |