Merge remote branch 'origin/master'
[oweals/minetest.git] / src / chat.cpp
index e370d67e47427e4d03e879aa24ee2c802752304e..b9d115bd088c937fb7934a3c23ec252696d777ca 100644 (file)
@@ -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 <cassert>
 #include <cctype>
 #include <sstream>
+#include "util/string.h"
+#include "util/numeric.h"
 
 ChatBuffer::ChatBuffer(u32 scrollback):
        m_scrollback(scrollback),