1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

Remove duplicate includes

This commit is contained in:
Bas van den Berg 2014-04-08 11:14:16 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 6e37cd2f4a
commit 9d50e74a0a
2 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@
#include "macro.h" #include "macro.h"
#include "strv.h" #include "strv.h"
#include "fileio.h" #include "fileio.h"
#include "socket-util.h"
#include "microhttpd-util.h" #include "microhttpd-util.h"
#ifdef HAVE_GNUTLS #ifdef HAVE_GNUTLS

View File

@ -83,7 +83,6 @@
#include "gunicode.h" #include "gunicode.h"
#include "virt.h" #include "virt.h"
#include "def.h" #include "def.h"
#include "missing.h"
int saved_argc = 0; int saved_argc = 0;
char **saved_argv = NULL; char **saved_argv = NULL;