#ifndef BLOCK_H
#define BLOCK_H
-#include <nodelist.h>
+#include <circogen/nodelist.h>
typedef struct block block_t;
#ifndef BLOCKPATH_H
#define BLOCKPATH_H
-#include <circular.h>
+#include <circogen/circular.h>
extern nodelist_t *layout_block(Agraph_t * g, block_t * sn, double);
extern int cmpNodeDegree(Dt_t *, Agnode_t **, Agnode_t **, Dtdisc_t *);
#define BLOCKTREE_H
#include <render.h>
-#include <circular.h>
+#include <circogen/circular.h>
extern block_t *createBlocktree(Agraph_t * g, circ_state * state);
extern void freeBlocktree(block_t *);
#define CIRCPOS_H
#include <render.h>
-#include <circular.h>
+#include <circogen/circular.h>
extern void circPos(Agraph_t * g, block_t * sn, circ_state *);
#define CIRCULAR_H
#include "render.h"
-#include "block.h"
+#include <circogen/block.h>
typedef struct {
blocklist_t bl;
#define DEGREE(n) (ND_order(n))
-#include <circo.h>
+#include <circogen/circo.h>
#ifdef __cplusplus
extern "C" {