summaryrefslogtreecommitdiff
path: root/src/bmp.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-21 19:21:21 +0000
committerrubidium <rubidium@openttd.org>2007-12-21 19:21:21 +0000
commit8ebdfb258fcf9406ce1b7f333695987cb37e291c (patch)
treefc1669fb9cd1857bea972a4378d8ebd1e80facfa /src/bmp.cpp
parent60c82d0f8c4c2b87cbc91df109308607704258a9 (diff)
downloadopenttd-8ebdfb258fcf9406ce1b7f333695987cb37e291c.tar.xz
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Diffstat (limited to 'src/bmp.cpp')
-rw-r--r--src/bmp.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bmp.cpp b/src/bmp.cpp
index fa78b55a8..59d559877 100644
--- a/src/bmp.cpp
+++ b/src/bmp.cpp
@@ -6,8 +6,7 @@
#include "openttd.h"
#include "gfx.h"
#include "bmp.h"
-#include "macros.h"
-#include "helpers.hpp"
+#include "core/bitmath_func.hpp"
void BmpInitializeBuffer(BmpBuffer *buffer, FILE *file)
{