summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-09 15:08:09 +0100
committerJim Meyering <meyering@redhat.com>2009-11-09 20:19:30 +0100
commit9299f25cd277d5481cae2ed8dcd8789417df9f53 (patch)
treedf324e7b2ba017f497bed61fd6860d363bf6a5dd
parent4e201a0c9bce31881da868e764101a6d1556c967 (diff)
downloadlibguestfs-9299f25cd277d5481cae2ed8dcd8789417df9f53.tar.gz
libguestfs-9299f25cd277d5481cae2ed8dcd8789417df9f53.tar.xz
libguestfs-9299f25cd277d5481cae2ed8dcd8789417df9f53.zip
placate 'make syntax-check'
* hivex/hivex.c: Remove unused "#include <assert.h>".
-rw-r--r--hivex/hivex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hivex/hivex.c b/hivex/hivex.c
index ac463465..b20fe732 100644
--- a/hivex/hivex.c
+++ b/hivex/hivex.c
@@ -30,7 +30,6 @@
#include <iconv.h>
#include <sys/mman.h>
#include <sys/stat.h>
-#include <assert.h>
#ifdef HAVE_ENDIAN_H
#include <endian.h>
#endif