summaryrefslogtreecommitdiffstats
path: root/src/ui/mainshort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mainshort.h')
-rw-r--r--src/ui/mainshort.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/ui/mainshort.h b/src/ui/mainshort.h
index d570484..e97bdcc 100644
--- a/src/ui/mainshort.h
+++ b/src/ui/mainshort.h
@@ -19,15 +19,11 @@
#pragma once
-#include <ui/interface.h>
-
-#include <common/event.h>
-
-#include <math/point.h>
-
-#include <object/object.h>
-
-#include <graphics/engine/engine.h>
+#include "ui/interface.h"
+#include "common/event.h"
+#include "math/point.h"
+#include "object/object.h"
+#include "graphics/engine/engine.h"
namespace Ui {