mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
syntax-check: Remove unused ``#includes''.
This commit is contained in:
1
df/df.c
1
df/df.c
@@ -24,7 +24,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <error.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "guestfs.h"
|
||||
|
||||
@@ -27,14 +27,12 @@
|
||||
#include <errno.h>
|
||||
#include <libintl.h>
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef HAVE_LIBVIRT
|
||||
#include <libvirt/libvirt.h>
|
||||
#include <libvirt/virterror.h>
|
||||
#endif
|
||||
|
||||
#include "c-ctype.h"
|
||||
#include "human.h"
|
||||
|
||||
#include "guestfs.h"
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <libintl.h>
|
||||
#include <errno.h>
|
||||
#include <error.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <libintl.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include <libxml/uri.h>
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "guestfs.h"
|
||||
#include "guestfs-internal.h"
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
#include "guestfs.h"
|
||||
#include "guestfs-internal.h"
|
||||
|
||||
#include "hash.h"
|
||||
|
||||
void *
|
||||
guestfs___safe_malloc (guestfs_h *g, size_t nbytes)
|
||||
{
|
||||
|
||||
@@ -30,9 +30,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "c-ctype.h"
|
||||
|
||||
#include "guestfs.h"
|
||||
#include "guestfs-internal.h"
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef HAVE_LIBVIRT
|
||||
#include <libvirt/libvirt.h>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "c-ctype.h"
|
||||
#include "hash.h"
|
||||
#include "hash-pjw.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user