Reduce the number of includes in cm_event.hpp to hopefully speed up compilation

This commit is contained in:
dP
2025-10-01 02:13:01 +05:00
parent 3e9a5c052d
commit cd58b06be2
+6 -6
View File
@@ -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 {