datasheet: Drop false dependency on md4.h.
authorBen Pfaff <blp@gnu.org>
Tue, 5 May 2009 12:46:01 +0000 (05:46 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:02 +0000 (21:11 -0700)
datasheet-check.c doesn't use anything from md4.h, so there's no point in
including it.

src/language/tests/datasheet-check.c

index ccfee80579400e3cd618012114a7551b16d60397..cb2732bc632a8a95831ca806fc6b726e1b32a60e 100644 (file)
@@ -36,7 +36,6 @@
 #include <libpspp/tower.h>
 
 #include "minmax.h"
-#include "md4.h"
 #include "xalloc.h"