diff --git a/src/meta.c b/src/meta.c
index 93bc48b3..0d927cc8 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -31,7 +31,6 @@
 #include "meta.h"
 #include "net.h"
 #include "protocol.h"
-#include "system.h"
 #include "utils.h"
 
 bool send_meta(connection_t *c, const char *buffer, int length)
diff --git a/src/uml_socket/device.c b/src/uml_socket/device.c
index f634411b..528a66f0 100644
--- a/src/uml_socket/device.c
+++ b/src/uml_socket/device.c
@@ -30,8 +30,6 @@
 #include "utils.h"
 #include "route.h"
 
-#include "system.h"
-
 int device_fd = -1;
 static int listen_fd = -1;
 static int request_fd = -1;