Related to #1785.
#ifndef CLUSTEREDGES_H
#define CLUSTEREDGES_H
-#include <render.h>
-#include <adjust.h>
+#include <common/render.h>
+#include <neatogen/adjust.h>
extern int compoundEdges(graph_t * g, expand_t* pm, int splines);
#ifndef COMP_H
#define COMP_H
-#include <render.h>
+#include <common/render.h>
extern graph_t **findCComp(graph_t *, int *, int *);
#ifdef DEBUG
-#include <fdp.h>
+#include <fdpgen/fdp.h>
#include <stdio.h>
-#include <cgraph.h>
+#include <cgraph/cgraph.h>
extern double Scale;
extern void outputGraph(Agraph_t *, FILE *, int);
#ifndef FDP_H
#define FDP_H
-#include <render.h>
+#include <common/render.h>
#ifdef FDP_PRIVATE
#include "config.h"
-#include <render.h>
-#include <cdt.h>
+#include <common/render.h>
+#include <cdt/cdt.h>
typedef struct _grid Grid;
#ifndef TLAYOUT_H
#define TLAYOUT_H
-#include "fdp.h"
-#include "xlayout.h"
+#include <fdpgen/fdp.h>
+#include <fdpgen/xlayout.h>
typedef enum {
seed_unset, seed_val, seed_time, seed_regular
#ifndef XLAYOUT_H
#define XLAYOUT_H
-#include <fdp.h>
+#include <fdpgen/fdp.h>
typedef struct {
int numIters;
#define PATCHWORK_H
#include "render.h"
-#include "fdp.h"
+#include <fdpgen/fdp.h>
#ifdef __cplusplus
extern "C" {