diff options
author | Dave Beckett <dave@dajobe.org> | 2003-08-13 22:20:52 +0000 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2003-08-13 22:20:52 +0000 |
commit | 3defcca1711e5f4c93f9f5a8fa4d7f12f07de3ec (patch) | |
tree | a04fb87197cae3e190c782937148dda06b21a7ca /src/raptor_qname.c | |
parent | 776300f728751da6ea98bed2b72f5a2d0f313782 (diff) | |
download | raptor-3defcca1711e5f4c93f9f5a8fa4d7f12f07de3ec.tar.gz |
Move dmalloc includes into raptor_internal.h and use everywhere.
Diffstat (limited to 'src/raptor_qname.c')
-rw-r--r-- | src/raptor_qname.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/raptor_qname.c b/src/raptor_qname.c index ab05130b..90937ba9 100644 --- a/src/raptor_qname.c +++ b/src/raptor_qname.c @@ -40,11 +40,6 @@ #include <stdlib.h> #endif -/* for the memory allocation functions */ -#if defined(HAVE_DMALLOC_H) && defined(RAPTOR_MEMORY_DEBUG_DMALLOC) -#include <dmalloc.h> -#endif - /* Raptor includes */ #include "raptor.h" #include "raptor_internal.h" |