syntax: Remove include <assert.h> where assert is not used.

Found by 'make syntax-check'.
This commit is contained in:
Richard W.M. Jones
2012-09-15 12:32:41 +01:00
parent da75618fb2
commit 6272e49f51
5 changed files with 0 additions and 5 deletions

View File

@@ -22,7 +22,6 @@
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
#include <assert.h>
#ifdef HAVE_LIBVIRT
#include <libvirt/libvirt.h>

View File

@@ -22,7 +22,6 @@
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
#include <assert.h>
#ifdef HAVE_LIBVIRT
#include <libvirt/libvirt.h>

View File

@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "guestfs.h"

View File

@@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "guestfs-py.h"

View File

@@ -25,7 +25,6 @@
#include <fcntl.h>
#include <limits.h>
#include <grp.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>