Remove #include <assert.h> from files which don't need it
[pspp] / src / libpspp / hash-functions.c
index cb97ba37edc99b34718ee9eaeaea94adfd2ad49f..ff9ea895cacd66b91e012e26b9add4f5e09f2608 100644 (file)
@@ -59,7 +59,6 @@ hash_pointer (const void *p UNUSED, unsigned int basis UNUSED)
 
 #else
 
-#include <assert.h>
 #include <ctype.h>
 #include <math.h>
 #include <stdint.h>