project_files/frontlib/model/weapon.c
changeset 7179 f84805e6df03
parent 7177 bf6cf4dd847a
child 7224 5143861c83bd
--- a/project_files/frontlib/model/weapon.c	Fri Jun 08 19:52:24 2012 +0200
+++ b/project_files/frontlib/model/weapon.c	Sat Jun 09 03:28:38 2012 +0200
@@ -1,9 +1,9 @@
 #include "weapon.h"
 
-#include "../ini/inihelper.h"
 #include "../iniparser/iniparser.h"
-#include "../logging.h"
-#include "../util.h"
+#include "../util/inihelper.h"
+#include "../util/logging.h"
+#include "../util/util.h"
 
 #include <stdlib.h>
 #include <ctype.h>