(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#define AI_HPP
|
||||
|
||||
#include "../script/api/script_event_types.hpp"
|
||||
#include "../date_type.h"
|
||||
#include "../core/string_compare_type.hpp"
|
||||
#include <map>
|
||||
|
||||
|
@@ -13,6 +13,7 @@
|
||||
#define AI_CONFIG_HPP
|
||||
|
||||
#include "../script/script_config.hpp"
|
||||
#include "../company_type.h"
|
||||
|
||||
class AIConfig : public ScriptConfig {
|
||||
public:
|
||||
|
@@ -13,7 +13,6 @@
|
||||
#define AI_INFO_HPP
|
||||
|
||||
#include "../script/script_info.hpp"
|
||||
#include "../script/script_config.hpp"
|
||||
|
||||
/** All static information from an AI like name, version, etc. */
|
||||
class AIInfo : public ScriptInfo {
|
||||
|
@@ -12,7 +12,6 @@
|
||||
#ifndef AI_INSTANCE_HPP
|
||||
#define AI_INSTANCE_HPP
|
||||
|
||||
#include <squirrel.h>
|
||||
#include "../script/script_instance.hpp"
|
||||
|
||||
/** Runtime information about an AI like a pointer to the squirrel vm and the current state. */
|
||||
|
Reference in New Issue
Block a user