(svn r18557) -Fix: (most of) gcc errors when using lto caused by some structs having different definition in different object files

This commit is contained in:
smatz
2009-12-19 23:53:15 +00:00
parent 64478eb960
commit a608fbaf7f
9 changed files with 12 additions and 19 deletions

View File

@@ -21,8 +21,6 @@
#include "../script/squirrel_helper.hpp"
#include "../script/squirrel_class.hpp"
#define DEFINE_SCRIPT_FILES
#include "ai_config.hpp"
#include "ai_storage.hpp"
#include "ai_instance.hpp"
@@ -82,8 +80,6 @@
#include "api/ai_waypoint.hpp.sq"
#include "api/ai_waypointlist.hpp.sq"
#undef DEFINE_SCRIPT_FILES
#include "../fileio_func.h"
AIStorage::~AIStorage()