summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-02-10 15:24:48 +0000
committerterkhen <terkhen@openttd.org>2010-02-10 15:24:48 +0000
commit2329eacfe8124cb70c1f4dcf6c38794ef1acbfdf (patch)
tree0a9a5f7b8963bb0295a754f20b53e34bcc694826 /src/graph_gui.cpp
parent73ed81b1c78232c14de861207db9b40ff2550536 (diff)
downloadopenttd-2329eacfe8124cb70c1f4dcf6c38794ef1acbfdf.tar.xz
(svn r19076) -Codechange: Move graph functions to their own header.
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 25be17634..48d8b2862 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -11,7 +11,7 @@
#include "stdafx.h"
#include "openttd.h"
-#include "gui.h"
+#include "graph_gui.h"
#include "window_gui.h"
#include "company_base.h"
#include "company_gui.h"