chiark / gitweb /
remove unused includes
[elogind.git] / src / socket-proxy / socket-proxyd.c
index a3c3c87f11794c404c8f1996248aa44d05088d0e..715f440cb1e4895624fc5a5005ecb9a7539e5330 100644 (file)
@@ -19,7 +19,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
  ***/
 
-#include <arpa/inet.h>
 #include <errno.h>
 #include <getopt.h>
 #include <stdio.h>
@@ -37,7 +36,6 @@
 #include "log.h"
 #include "socket-util.h"
 #include "util.h"
-#include "event-util.h"
 #include "build.h"
 #include "set.h"
 #include "path-util.h"