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