(svn r17693) -Cleanup: remove some unneeded includes

This commit is contained in:
rubidium
2009-10-04 17:16:41 +00:00
parent 32cbe57178
commit d6cded5380
185 changed files with 16 additions and 370 deletions

View File

@@ -9,13 +9,11 @@
/** @file ai_road.cpp Implementation of AIRoad. */
#include "ai_road.hpp"
#include "ai_map.hpp"
#include "ai_station.hpp"
#include "ai_cargo.hpp"
#include "../../station_base.h"
#include "../../command_type.h"
#include "../../settings_type.h"
#include "../../company_func.h"
#include "../../script/squirrel_helper_type.hpp"