summaryrefslogtreecommitdiffstats
path: root/src/script/cbottoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/cbottoken.h')
-rw-r--r--src/script/cbottoken.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/script/cbottoken.h b/src/script/cbottoken.h
index 0767b04..2093d39 100644
--- a/src/script/cbottoken.h
+++ b/src/script/cbottoken.h
@@ -16,11 +16,10 @@
// cbottoken.h
-#ifndef _CBOTTOKEN_H_
-#define _CBOTTOKEN_H_
+#pragma once
-#include "object.h"
+#include "object/object.h"
@@ -35,5 +34,3 @@ extern BOOL IsFunction(const char *token);
extern char* RetHelpText(const char *token);
-
-#endif //_CBOTTOKEN_H_