X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fchat.cpp;h=b9d115bd088c937fb7934a3c23ec252696d777ca;hb=13358c29b8a754709c49b0ba997f029af26134bc;hp=e370d67e47427e4d03e879aa24ee2c802752304e;hpb=037b2591971d752e67fa7d47095b996b3f56da5a;p=oweals%2Fminetest.git diff --git a/src/chat.cpp b/src/chat.cpp index e370d67e4..b9d115bd0 100644 --- a/src/chat.cpp +++ b/src/chat.cpp @@ -19,10 +19,11 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "chat.h" #include "debug.h" -#include "utility.h" #include #include #include +#include "util/string.h" +#include "util/numeric.h" ChatBuffer::ChatBuffer(u32 scrollback): m_scrollback(scrollback),