summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index adf43921c..b0e3b5c04 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -5,11 +5,11 @@
#ifndef NEWGRF_H
#define NEWGRF_H
-#include "station.h"
#include "town_type.h"
#include "newgrf_config.h"
#include "cargotype.h"
#include "industry_type.h"
+#include "newgrf_station.h"
enum GrfLoadingStage {
GLS_FILESCAN,