build-sys: remove duplicate includes

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-05-12 11:08:37 +02:00
parent f69eba1734
commit b8af37d767
3 changed files with 0 additions and 3 deletions

View File

@ -28,7 +28,6 @@
#ifdef HAVE_GETRANDOM
# include <sys/random.h>
#elif defined (__linux__)
# include <sys/syscall.h>
# if !defined(SYS_getrandom) && defined(__NR_getrandom)
/* usable kernel-headers, but old glibc-headers */
# define SYS_getrandom __NR_getrandom

View File

@ -42,7 +42,6 @@
#include "c.h"
#include "nls.h"
#include "timeutils.h"
#include "xalloc.h"
#include "closestream.h"
#include "timeutils.h"

View File

@ -28,7 +28,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <strutils.h>
#include <fcntl.h>
#include <inttypes.h>
#include <assert.h>