(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.

This commit is contained in:
alberth
2010-12-22 11:46:41 +00:00
parent 67cd2cd6be
commit 7303f7d199
8 changed files with 24 additions and 24 deletions

View File

@@ -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 <squirrel.h>
#include "../misc/countedptr.hpp"
@@ -101,4 +101,4 @@ private:
const char *url;
};
#endif /* SCRIPT_INFO */
#endif /* SCRIPT_INFO_HPP */