about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/crapnet.cpp2
-rw-r--r--src/tools/fake_server.c6
-rw-r--r--src/tools/map_resave.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/crapnet.cpp b/src/tools/crapnet.cpp
index 0513d484..1321c67f 100644
--- a/src/tools/crapnet.cpp
+++ b/src/tools/crapnet.cpp
@@ -1,5 +1,5 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
-#include <engine/system.h>
+#include <engine/e_system.h>
 
 #include <cstdlib>
 
diff --git a/src/tools/fake_server.c b/src/tools/fake_server.c
index 31e6006d..c81dfaaa 100644
--- a/src/tools/fake_server.c
+++ b/src/tools/fake_server.c
@@ -1,7 +1,7 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
-#include <engine/config.h>
-#include <engine/system.h>
-#include <engine/network.h>
+#include <engine/e_config.h>
+#include <engine/e_system.h>
+#include <engine/e_network.h>
 #include <mastersrv/mastersrv.h>
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/src/tools/map_resave.c b/src/tools/map_resave.c
index 69da79e8..37e00904 100644
--- a/src/tools/map_resave.c
+++ b/src/tools/map_resave.c
@@ -1,5 +1,5 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
-#include <engine/datafile.h>
+#include <engine/e_datafile.h>
 
 int main(int argc, char **argv)
 {