Change container type for several uses of std::map/std::set

This commit is contained in:
Jonathan G Rennison
2024-05-30 18:16:13 +01:00
parent 853ed272be
commit 56356bb761
11 changed files with 36 additions and 26 deletions

View File

@@ -23,6 +23,7 @@
#include "zoom_func.h"
#include "unit_conversion.h"
#include "core/math_func.hpp"
#include "station_base.h"
#include "widgets/graph_widget.h"
@@ -31,7 +32,6 @@
#include <math.h>
#include "safeguards.h"
#include "station_base.h"
/* Bitmasks of company and cargo indices that shouldn't be drawn. */
static CompanyMask _legend_excluded_companies;