summaryrefslogtreecommitdiffstats
path: root/scriptrunner.cpp
diff options
context:
space:
mode:
authorJesper K. Pedersen <jesper.pedersen@kdab.com>2013-05-16 08:19:35 +0200
committerJesper K. Pedersen <jesper.pedersen@kdab.com>2013-05-21 10:14:34 +0200
commitd3880a67b1e9f6fa6a511498abe4fb79628235c9 (patch)
treebebfdfae81cd200f83e4ab1e6a421644062a144e /scriptrunner.cpp
parenta698877b1154667da447b42a5182a63c7b3d693a (diff)
introduced subdirectory wrappers
Change-Id: I856083155eb437241ebabfed898a71c7827e9409 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'scriptrunner.cpp')
-rw-r--r--scriptrunner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scriptrunner.cpp b/scriptrunner.cpp
index 4bb0211..a047928 100644
--- a/scriptrunner.cpp
+++ b/scriptrunner.cpp
@@ -37,8 +37,8 @@
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/editormanager/ieditor.h>
-#include "scriptwrappers.h"
-#include "enumwappers.h"
+#include "wrappers/scriptwrappers.h"
+#include "wrappers/enumwappers.h"
#include "utils/dialogs.h"
#include "objects/cppfunction.h"
#include "objects/cppargument.h"