Reduce the number of includes in cm_event.hpp to hopefully speed up compilation
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
|
||||
#include "cm_type.hpp"
|
||||
|
||||
#include "../console_func.h"
|
||||
#include "../cargo_type.h"
|
||||
#include "../company_type.h"
|
||||
#include "../economy_type.h"
|
||||
#include "../industry_type.h"
|
||||
#include "../source_type.h"
|
||||
#include "../station_type.h"
|
||||
#include "../town_type.h"
|
||||
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <typeindex>
|
||||
#include <typeinfo>
|
||||
|
||||
struct Company;
|
||||
struct Industry;
|
||||
struct Station;
|
||||
struct Source;
|
||||
struct Town;
|
||||
|
||||
namespace citymania {
|
||||
|
||||
namespace event {
|
||||
|
||||
Reference in New Issue
Block a user