]> git.lizzy.rs Git - minetest.git/blobdiff - src/tool.cpp
Update ContentFeatures serialization format now as PROTOCOL_VERSION was changed
[minetest.git] / src / tool.cpp
index 3fb50420e9f672a4d443dd2949d79db34e5ca69e..c1e268ff11c9ff4f512a3a865924de90e92bba74 100644 (file)
@@ -18,10 +18,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "tool.h"
-#include "utility.h"
 #include "itemdef.h" // For itemgroup_get()
 #include "log.h"
 #include "inventory.h"
+#include "util/serialize.h"
+#include "util/numeric.h"
 
 void ToolCapabilities::serialize(std::ostream &os) const
 {