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 /src/os/macosx | |
parent | 8427b8bad22d295f546b1857fb375063b6388a40 (diff) | |
download | openttd-a122971ae297d1bca76f2518b7c814b1e162f52f.tar.xz |
(svn r11676) -Fix (r11674): some references to macros.h were left
Diffstat (limited to 'src/os/macosx')
-rw-r--r-- | src/os/macosx/splash.cpp | 1 |
1 files changed, 0 insertions, 1 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" |