summaryrefslogtreecommitdiff
path: root/src/network/core
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/network/core
parent60c82d0f8c4c2b87cbc91df109308607704258a9 (diff)
downloadopenttd-8ebdfb258fcf9406ce1b7f333695987cb37e291c.tar.xz
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/packet.cpp1
-rw-r--r--src/network/core/udp.cpp4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/network/core/packet.cpp b/src/network/core/packet.cpp
index 0da9b1a07..21c6b5ba6 100644
--- a/src/network/core/packet.cpp
+++ b/src/network/core/packet.cpp
@@ -7,7 +7,6 @@
#ifdef ENABLE_NETWORK
#include "../../stdafx.h"
-#include "../../macros.h"
#include "../../string.h"
#include "../../helpers.hpp"
diff --git a/src/network/core/udp.cpp b/src/network/core/udp.cpp
index 8da8ba6a6..58c586813 100644
--- a/src/network/core/udp.cpp
+++ b/src/network/core/udp.cpp
@@ -8,8 +8,8 @@
#include "../../stdafx.h"
#include "../../debug.h"
-#include "../../macros.h"
-#include "../../helpers.hpp"
+#include "../../core/bitmath_func.hpp"
+#include "../../core/math_func.hpp"
#include "packet.h"
#include "udp.h"