summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-06-02 19:30:21 +0000
committerDarkvater <darkvater@openttd.org>2005-06-02 19:30:21 +0000
commitb438b1248cc14d0a290c36ad486cc34bb6b6f81b (patch)
tree243253abb7dad04a2f8a7113f263dfec2836344e /newgrf.c
parent62c96b52a0d3ff1bafd6a0ef84c2c807f725f2a6 (diff)
downloadopenttd-b438b1248cc14d0a290c36ad486cc34bb6b6f81b.tar.xz
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 0815d8034..df9fbed7c 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -2,7 +2,7 @@
#include <stdarg.h>
-#include "ttd.h"
+#include "openttd.h"
#include "debug.h"
#include "gfx.h"
#include "fileio.h"