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 | 65754b8d12099be586967a4bba5b82a484628b18 (patch) | |
tree | 149f6f45ba203d5519aff1d6d928b5f05a9ec51a /src/video | |
parent | 433a9f3c0904a85a6a6efc31dc124a6b43f29314 (diff) | |
download | openttd-65754b8d12099be586967a4bba5b82a484628b18.tar.xz |
(svn r11676) -Fix (r11674): some references to macros.h were left
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/win32_v.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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" |