summaryrefslogtreecommitdiffstats
path: root/src/ui/studio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/studio.h')
-rw-r--r--src/ui/studio.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ui/studio.h b/src/ui/studio.h
index a19bedd..4f88314 100644
--- a/src/ui/studio.h
+++ b/src/ui/studio.h
@@ -16,12 +16,11 @@
// studio.h
-#ifndef _STUDIO_H_
-#define _STUDIO_H_
+#pragma once
-#include "object.h"
-#include "script.h"
+#include "object/object.h"
+#include "script/script.h"
class CInstanceManager;
@@ -114,4 +113,3 @@ protected:
};
-#endif //_STUDIO_H_