Change: include fmt.h C++ headers in stdafx.h
This to prevent compilation issues between runs with and without precompiled headers. Also remove the headers from the rest of the code base as they are not needed there anymore, although they do relatively little harm.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include "../window_gui.h"
|
||||
#include "linkgraph_base.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
* Monthly statistics for a link between two stations.
|
||||
|
@@ -4,7 +4,6 @@
|
||||
#define MCF_H
|
||||
|
||||
#include "linkgraphjob_base.h"
|
||||
#include <vector>
|
||||
|
||||
typedef std::vector<Path *> PathVector;
|
||||
|
||||
|
@@ -12,7 +12,6 @@
|
||||
|
||||
#include "../cargo_type.h"
|
||||
#include "../vehicle_base.h"
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
||||
|
Reference in New Issue
Block a user