summaryrefslogtreecommitdiffstats
path: root/tools/extractbinarydata/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extractbinarydata/main.cpp')
-rw-r--r--tools/extractbinarydata/main.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/extractbinarydata/main.cpp b/tools/extractbinarydata/main.cpp
index c50ec8305..99478c0f9 100644
--- a/tools/extractbinarydata/main.cpp
+++ b/tools/extractbinarydata/main.cpp
@@ -30,12 +30,11 @@
**
**************************************************************************/
-#include <common/binaryformat.h>
-#include <common/errors.h>
-#include <common/fileutils.h>
-#include <common/utils.h>
-
+#include <binaryformat.h>
+#include <errors.h>
+#include <fileutils.h>
#include <init.h>
+#include <utils.h>
#include <kdsavefile.h>