From 01e20c91403ebe8c88697ec11812fb46d414c770 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:21:21 +0000 Subject: (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. --- src/network/core/packet.cpp | 1 - src/network/core/udp.cpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/network/core') 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" -- cgit v1.2.3-54-g00ecf