summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 21:32:51 +0000
commit6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch)
tree363706bbe1ba6b6371262054186fc05b6ec938a7 /src/graph_gui.cpp
parentd880056415cf6254e86a3038a8ed2d02f8af2267 (diff)
downloadopenttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index 8cc46b231..eacbfd614 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -22,13 +22,13 @@
#include "gfx_func.h"
#include "sortlist_type.h"
#include "core/geometry_func.hpp"
-#include "math.h"
#include "currency.h"
#include "widgets/graph_widget.h"
#include "table/strings.h"
#include "table/sprites.h"
+#include <math.h>
/* Bitmasks of company and cargo indices that shouldn't be drawn. */
static uint _legend_excluded_companies;