summaryrefslogtreecommitdiffstats
path: root/src/ui/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/group.h')
-rw-r--r--src/ui/group.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/group.h b/src/ui/group.h
index 6dab275..9cefeed 100644
--- a/src/ui/group.h
+++ b/src/ui/group.h
@@ -16,11 +16,10 @@
// group.h
-#ifndef _GROUP_H_
-#define _GROUP_H_
+#pragma once
-#include "control.h"
+#include "ui/control.h"
class CD3DEngine;
@@ -45,4 +44,3 @@ protected:
};
-#endif //_GROUP_H_