cgraph is now in full production in all these files
configure.ac still contains the --with-cgraph option in case Arif wants to use it.
#endif
#include <assert.h>
-#include <gvc.h>
-#include <render.h>
-#include <neatoprocs.h>
-#include <ingraphs.h>
-#include <pack.h>
-#include <assert.h>
+#include "gvc.h"
+#include "render.h"
+#include "neatoprocs.h"
+#include "ingraphs.h"
+#include "pack.h"
#include "builddate.h"
**********************************************************/
-#include <convert.h>
-#ifndef USE_CGRAPH
-#include "aghdr.h"
-#endif
+#include "convert.h"
#include "agxbuf.h"
#ifdef HAVE_EXPAT
#include <expat.h>
tailNode = agnode(G, (char *) tail, 1);
headNode = agnode(G, (char *) head, 1);
-#ifdef USE_CGRAPH
E = agedge(G, tailNode, headNode, key, 1);
-#else
- E = agedge(tailNode, headNode, key, 1);
-#endif
return E;
}
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-/*#include <malloc.h>*/
#include <ctype.h>
#include "mmio.h"