From: Guus Sliepen Date: Mon, 20 Sep 2004 20:56:14 +0000 (+0000) Subject: Remove duplicate #include "system.h" X-Git-Tag: release-1.0.3~29 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=7717cb0c54cc1b736b9f210b180c3cb3f4663ded Remove duplicate #include "system.h" --- 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;