Related to #1785.
#ifndef OVERLAP_H
#define OVERLAP_H
-#include "post_process.h"
+#include <sfdpgen/post_process.h>
typedef StressMajorizationSmoother OverlapSmoother;
#ifndef POST_PROCESS_H
#define POST_PROCESS_H
-#include "spring_electrical.h"
+#include <sfdpgen/spring_electrical.h>
enum {SM_SCHEME_NORMAL, SM_SCHEME_NORMAL_ELABEL, SM_SCHEME_UNIFORM_STRESS, SM_SCHEME_MAXENT, SM_SCHEME_STRESS_APPROX, SM_SCHEME_STRESS};
#ifndef SFDPINTERNAL_H
#define SFDPINTERNAL_H
-#include <sfdp.h>
+#include <sfdpgen/sfdp.h>
#endif
#ifndef UNIFORMSTRESS_H
#define UNIFORMSTRESS_H
-#include <post_process.h>
+#include <sfdpgen/post_process.h>
typedef StressMajorizationSmoother UniformStressSmoother;
#define QUAD_TREE_H
#include "LinkedList.h"
-/* #include "sfdpinternal.h" */
#include <stdio.h>
typedef struct QuadTree_struct *QuadTree;