[systemd-commits] src/journal src/shared

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Sun Apr 20 19:10:36 PDT 2014


 src/journal/journal-remote.c |    1 -
 src/shared/util.c            |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 9d50e74a0aeefa5b66eae1ad3e38af59fdc4ca62
Author: Bas van den Berg <b.van.den.berg.nl at gmail.com>
Date:   Tue Apr 8 11:14:16 2014 +0200

    Remove duplicate includes

diff --git a/src/journal/journal-remote.c b/src/journal/journal-remote.c
index 794298f..ec4054f 100644
--- a/src/journal/journal-remote.c
+++ b/src/journal/journal-remote.c
@@ -42,7 +42,6 @@
 #include "macro.h"
 #include "strv.h"
 #include "fileio.h"
-#include "socket-util.h"
 #include "microhttpd-util.h"
 
 #ifdef HAVE_GNUTLS
diff --git a/src/shared/util.c b/src/shared/util.c
index c8a017d..c20dff2 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -83,7 +83,6 @@
 #include "gunicode.h"
 #include "virt.h"
 #include "def.h"
-#include "missing.h"
 
 int saved_argc = 0;
 char **saved_argv = NULL;



More information about the systemd-commits mailing list