From 5bcce3d1314441e31b1cfd6b6e31547d663eee06 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 29 Aug 2013 14:19:27 +0200 Subject: [PATCH] Compile fix Change-Id: I081f816a14d2a823dac87ba064be2b2c00ecd319 Reviewed-by: Jarek Kobus --- src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp b/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp index 3ea998d48ed..43b912606c8 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;