]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/tool.cpp
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / tool.cpp
index 4d809e2c44ffc75e3e1e374a439004b19a2d8462..f3b3e656f8766d546e7d90a1d0abf758baa5bb57 100644 (file)
@@ -18,9 +18,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "tool.h"
-#include "itemdef.h" // For itemgroup_get()
+#include "itemgroup.h"
 #include "log.h"
 #include "inventory.h"
+#include "exceptions.h"
 #include "util/serialize.h"
 #include "util/numeric.h"