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;