summaryrefslogtreecommitdiffstats
path: root/src/ui/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/control.h')
-rw-r--r--src/ui/control.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ui/control.h b/src/ui/control.h
index 619cef2..9e0fceb 100644
--- a/src/ui/control.h
+++ b/src/ui/control.h
@@ -16,13 +16,12 @@
// control.h
-#ifndef _CONTROL_H_
-#define _CONTROL_H_
+#pragma once
-#include "text.h"
-#include "struct.h"
-#include "event.h"
+#include "graphics/common/text.h"
+#include "common/struct.h"
+#include "common/event.h"
class CInstanceManager;
@@ -134,4 +133,3 @@ protected:
};
-#endif //_CONTROL_H_