Removed support for testing with dmalloc (valgrind is better...).
[gedcom-parse.git] / gom / gom_internal.h
index 86e34ab0b67ecbcfc33f139c1286b149de18dd72..0ef609bd3dc6414a51a4145b1d891f86940e4611 100644 (file)
@@ -29,9 +29,6 @@
 #include <libintl.h>
 #include "gom.h"
 #include "gedcom.h"
-#ifdef WITH_DMALLOC
-#include <dmalloc.h>
-#endif
       
 #define _(string) gettext(string)
 #define N_(string) (string)