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