summaryrefslogtreecommitdiffstats
path: root/src/script/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script.h')
-rw-r--r--src/script/script.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/script/script.h b/src/script/script.h
index eeb8ac8..ac81916 100644
--- a/src/script/script.h
+++ b/src/script/script.h
@@ -16,11 +16,10 @@
// script.h
-#ifndef _SCRIPT_H_
-#define _SCRIPT_H_
+#pragma once
-#include "event.h"
+#include "common/event.h"
class CInstanceManager;
@@ -115,4 +114,3 @@ public:
};
-#endif //_SCRIPT_H_