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

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