(svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
#ifndef AI_INFO_HPP
|
||||
#define AI_INFO_HPP
|
||||
|
||||
#ifdef ENABLE_AI
|
||||
|
||||
#include "../script/script_info.hpp"
|
||||
#include "../script/script_config.hpp"
|
||||
|
||||
@@ -84,5 +82,4 @@ private:
|
||||
const char *category; ///< The category this library is in.
|
||||
};
|
||||
|
||||
#endif /* ENABLE_AI */
|
||||
#endif /* AI_INFO_HPP */
|
||||
|
Reference in New Issue
Block a user