diff options
author | alberth <alberth@openttd.org> | 2010-12-22 11:46:41 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-12-22 11:46:41 +0000 |
commit | 7303f7d1990cff2ec9e99917ec021a9d977424df (patch) | |
tree | 580e5468eabf9c8af8a56aa1597c87bcae88e02a /src/ai | |
parent | 67cd2cd6becf9aa5c38235b20ebd212d37cc3dfb (diff) | |
download | openttd-7303f7d1990cff2ec9e99917ec021a9d977424df.tar.xz |
(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_info.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ai/ai_info.hpp b/src/ai/ai_info.hpp index 5bb1c9f5e..ace456a79 100644 --- a/src/ai/ai_info.hpp +++ b/src/ai/ai_info.hpp @@ -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 */ |