diff options
author | glx <glx@openttd.org> | 2007-12-21 21:16:14 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-12-21 21:16:14 +0000 |
commit | a122971ae297d1bca76f2518b7c814b1e162f52f (patch) | |
tree | 149f6f45ba203d5519aff1d6d928b5f05a9ec51a | |
parent | 8427b8bad22d295f546b1857fb375063b6388a40 (diff) | |
download | openttd-a122971ae297d1bca76f2518b7c814b1e162f52f.tar.xz |
(svn r11676) -Fix (r11674): some references to macros.h were left
-rw-r--r-- | src/os/macosx/splash.cpp | 1 | ||||
-rw-r--r-- | src/os2.cpp | 1 | ||||
-rw-r--r-- | src/video/win32_v.cpp | 1 | ||||
-rw-r--r-- | src/win32.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/os/macosx/splash.cpp b/src/os/macosx/splash.cpp index cbab4d1ce..f342f32d5 100644 --- a/src/os/macosx/splash.cpp +++ b/src/os/macosx/splash.cpp @@ -3,7 +3,6 @@ #include "../../stdafx.h" #include "../../openttd.h" #include "../../variables.h" -#include "../../macros.h" #include "../../debug.h" #include "../../functions.h" #include "../../gfx.h" diff --git a/src/os2.cpp b/src/os2.cpp index 7ffccf09a..bee04cea7 100644 --- a/src/os2.cpp +++ b/src/os2.cpp @@ -10,7 +10,6 @@ #include "gfx.h" #include "gui.h" #include "functions.h" -#include "macros.h" #include "fileio.h" #include "fios.h" // opendir/readdir/closedir diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 0b8305a0d..ab6dbab75 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -4,7 +4,6 @@ #include "../openttd.h" #include "../functions.h" #include "../gfx.h" -#include "../macros.h" #include "../variables.h" #include "../win32.h" #include "../blitter/factory.hpp" diff --git a/src/win32.cpp b/src/win32.cpp index 36cd42910..4b378910f 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -6,7 +6,6 @@ #include "openttd.h" #include "debug.h" #include "functions.h" -#include "macros.h" #include "helpers.hpp" #include "saveload.h" #include "string.h" |