Codechange: Move includes for common STL headers to stdafx.

This commit is contained in:
Peter Nelson
2023-05-17 09:08:39 +01:00
committed by PeterN
parent a5cf362886
commit 56085be9bd
72 changed files with 5 additions and 98 deletions

View File

@@ -15,7 +15,6 @@
#include "../widget_type.h"
#include "../window_gui.h"
#include "linkgraph_base.h"
#include <map>
/**
* Monthly statistics for a link between two stations.

View File

@@ -12,7 +12,6 @@
#include "../thread.h"
#include "linkgraph.h"
#include <list>
#include <atomic>
class LinkGraphJob;

View File

@@ -3,7 +3,6 @@
#include "../stdafx.h"
#include "../core/math_func.hpp"
#include "mcf.h"
#include <set>
#include "../safeguards.h"

View File

@@ -12,8 +12,6 @@
#include "../cargo_type.h"
#include "../vehicle_base.h"
#include <map>
#include <set>
/**
* Utility to refresh links a consist will visit.