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/pythoneditorfactory.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/pythoneditorfactory.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorfactory.cpp b/src/plugins/pythoneditor/pythoneditorfactory.cpp index 23b6a59447..5afe99883d 100644 --- a/src/plugins/pythoneditor/pythoneditorfactory.cpp +++ b/src/plugins/pythoneditor/pythoneditorfactory.cpp @@ -27,10 +27,10 @@ ** ****************************************************************************/ +#include "pythoneditorfactory.h" #include "pythoneditorconstants.h" #include "pythoneditorwidget.h" #include "pythoneditorplugin.h" -#include "pythoneditorfactory.h" #include <coreplugin/icore.h> #include <coreplugin/editormanager/editormanager.h> |