(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 ai_info.hpp AIInfo keeps track of all information of an AI, like Author, Description, ... */
#ifndef AI_INFO
#define AI_INFO
#ifndef AI_INFO_HPP
#define AI_INFO_HPP
#ifdef ENABLE_AI
@@ -158,4 +158,4 @@ private:
};
#endif /* ENABLE_AI */
#endif /* AI_INFO */
#endif /* AI_INFO_HPP */