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/ai/ai_info.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ai') 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 */ -- cgit v1.2.3-70-g09d2