summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 00:17:39 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 00:17:39 +0000
commitef2be7d0fc13aadeb124481943c573ff224162a9 (patch)
tree92c7d9b5af5f6b372ee41d33cbd5729a840656ea /src/newgrf_station.h
parent2edd403656281f774e4a53251395b7b647a1c48b (diff)
downloadopenttd-ef2be7d0fc13aadeb124481943c573ff224162a9.tar.xz
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index ff5d82ab0..6cf164a35 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -5,7 +5,7 @@
#ifndef NEWGRF_STATION_H
#define NEWGRF_STATION_H
-#include "engine.h"
+#include "engine_type.h"
#include "newgrf_callbacks.h"
#include "newgrf_cargo.h"
#include "tile_type.h"