summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorFerran Pujol Camins <ferranpujolcamins@gmail.com>2019-10-23 22:11:01 +0200
committerFerran Pujol Camins <ferranpujolcamins@gmail.com>2019-10-23 22:11:01 +0200
commit0f50ff623d4bd57c853355f55796146a3a632005 (patch)
treedc54790c19194e845afddccc6f8fa379c7821188 /src/control
parent2c4936a974c53429bd38645c3f6c99b4c3c514b7 (diff)
Format code
Diffstat (limited to 'src/control')
-rw-r--r--src/control/controlobjectscript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/controlobjectscript.h b/src/control/controlobjectscript.h
index a8e44c0b06..f36fe50126 100644
--- a/src/control/controlobjectscript.h
+++ b/src/control/controlobjectscript.h
@@ -3,9 +3,9 @@
#include <QVector>
-#include "controllers/engine/controllerengine.h"
-#include "controllers/controllerdebug.h"
#include "control/controlproxy.h"
+#include "controllers/controllerdebug.h"
+#include "controllers/engine/controllerengine.h"
// this is used for communicate with controller scripts
class ControlObjectScript : public ControlProxy {