]> granicus.if.org Git - graphviz/commitdiff
circogen ==> cgraph
authorellson <devnull@localhost>
Tue, 21 Oct 2008 22:00:26 +0000 (22:00 +0000)
committerellson <devnull@localhost>
Tue, 21 Oct 2008 22:00:26 +0000 (22:00 +0000)
lib/circogen/block.c

index e683c72289b14143b9eda8da95b8b6f5c73fc171..c8d388e7c58155e1e55c0e42ed849a67b7764702 100644 (file)
 **********************************************************/
 
 
-#include <circular.h>
-#include       <block.h>
-#include       <assert.h>
+#include <assert.h>
+
+#include "circular.h"
+#include "block.h"
 
 void initBlocklist(blocklist_t * bl)
 {