From 680af178196217bdd255d2bc851f240983144ac1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 00:18:08 +0200 Subject: Fixed include paths and CMakeLists.txt Additionally, changed #ifndef to #pragma once everywhere --- src/script/cbottoken.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/script/cbottoken.h') 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_ -- cgit v1.2.3-1-g7c22