From 7303f7d1990cff2ec9e99917ec021a9d977424df Mon Sep 17 00:00:00 2001 From: alberth Date: Wed, 22 Dec 2010 11:46:41 +0000 Subject: (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. --- src/script/script_info.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/script') diff --git a/src/script/script_info.hpp b/src/script/script_info.hpp index f25158049..69af93768 100644 --- a/src/script/script_info.hpp +++ b/src/script/script_info.hpp @@ -9,8 +9,8 @@ /** @file script_info.hpp ScriptInfo keeps track of all information of a script, like Author, Description, ... */ -#ifndef SCRIPT_INFO -#define SCRIPT_INFO +#ifndef SCRIPT_INFO_HPP +#define SCRIPT_INFO_HPP #include #include "../misc/countedptr.hpp" @@ -101,4 +101,4 @@ private: const char *url; }; -#endif /* SCRIPT_INFO */ +#endif /* SCRIPT_INFO_HPP */ -- cgit v1.2.3-70-g09d2