Remove some unused header files.

Found by make syntax-check.
This commit is contained in:
Richard W.M. Jones
2014-02-13 21:45:31 +00:00
parent f5de589966
commit d56b8bcb2c
2 changed files with 0 additions and 4 deletions

View File

@@ -34,8 +34,6 @@
#include <rpc/types.h>
#include <rpc/xdr.h>
#include "ignore-value.h"
#include "fish.h"
#include "rc_protocol.h"

View File

@@ -26,14 +26,12 @@
#include <inttypes.h>
#include <unistd.h>
#include <errno.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/signal.h>
#include "cloexec.h"
#include "c-ctype.h"
#include "guestfs.h"
#include "guestfs-internal.h"