diff options
author | Christian Stenger <christian.stenger@digia.com> | 2013-08-29 14:19:27 +0200 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@digia.com> | 2013-08-29 14:20:50 +0200 |
commit | 5bcce3d1314441e31b1cfd6b6e31547d663eee06 (patch) | |
tree | c48ecb87717ee7a4a075b024016d2520925e5d05 /src/plugins/pythoneditor | |
parent | 4d11977bb724a719f6e699fef061fdbc989ef5c5 (diff) | |
download | qt-creator-5bcce3d1314441e31b1cfd6b6e31547d663eee06.tar.gz |
Compile fix
Change-Id: I081f816a14d2a823dac87ba064be2b2c00ecd319
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor')
-rw-r--r-- | src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp b/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp index 3ea998d48e..43b912606c 100644 --- a/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp +++ b/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp @@ -28,8 +28,8 @@ ****************************************************************************/ #include "pythonhighlighterfactory.h" -#include "pythoneditorconstants.h" -#include "tools/pythonhighlighter.h" +#include "../pythoneditorconstants.h" +#include "pythonhighlighter.h" using namespace PythonEditor::Internal; |