various include fixups (eg some missing string.h)
**********************************************************/
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
static Agraph_t *agfindsubg_by_id(Agraph_t * g, unsigned long id)
{
#include <stdio.h>
#include "agraph.h"
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
-
#define NILgraph NIL(Agraph_t*)
#define NILnode NIL(Agnode_t*)
#define NILedge NIL(Agedge_t*)
**********************************************************/
-#include <aghdr.h>
-
-#ifdef DMALLOC
-#include "dmalloc.h"
-#endif
+#include "aghdr.h"
static Agraph_t *Ag_dictop_G;