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