From 52ef51dd9fa47cdc3df3fed7557486d0de70a3ca Mon Sep 17 00:00:00 2001
From: ellson <devnull@localhost>
Date: Sat, 8 Jul 2006 17:33:49 +0000
Subject: [PATCH] remove DMALLOC bits various include fixups (eg some missing
 string.h)

---
 lib/agraph/agerror.c | 6 +-----
 lib/agraph/apply.c   | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/lib/agraph/agerror.c b/lib/agraph/agerror.c
index c5fca22d0..5286cac7e 100644
--- a/lib/agraph/agerror.c
+++ b/lib/agraph/agerror.c
@@ -16,11 +16,7 @@
 
 
 #include <stdio.h>
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 static char *Message[] = {
     "",				/* 0 is not assigned   */
diff --git a/lib/agraph/apply.c b/lib/agraph/apply.c
index 095134a14..a6d4f84da 100644
--- a/lib/agraph/apply.c
+++ b/lib/agraph/apply.c
@@ -15,11 +15,7 @@
 **********************************************************/
 
 
-#include	<aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
 
 /* The following functions take a graph and a template (node/edge/graph)
  * and return the object representing the template within the local graph.
-- 
2.40.0