summaryrefslogtreecommitdiffstats
path: root/src/ui/shortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/shortcut.h')
-rw-r--r--src/ui/shortcut.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/shortcut.h b/src/ui/shortcut.h
index e76402b..4535e4b 100644
--- a/src/ui/shortcut.h
+++ b/src/ui/shortcut.h
@@ -16,11 +16,10 @@
// shortcut.h
-#ifndef _SHORTCUT_H_
-#define _SHORTCUT_H_
+#pragma once
-#include "control.h"
+#include "ui/control.h"
class CD3DEngine;
@@ -47,4 +46,3 @@ protected:
};
-#endif //_SHORTCUT_H_