]> granicus.if.org Git - graphviz/commitdiff
remove the need to have lib/sfdpgen in include path
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 30 Aug 2020 22:33:20 +0000 (15:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Oct 2020 14:31:00 +0000 (07:31 -0700)
Related to #1785.

lib/neatogen/overlap.h
lib/sfdpgen/post_process.h
lib/sfdpgen/sfdpinternal.h
lib/sfdpgen/uniform_stress.h
lib/sparse/QuadTree.h

index 9673f41316275bbc926048070babd64de5a714bd..1c7d25ce452eaf3f1a15eea4075b4dd48ec6075d 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef OVERLAP_H
 #define OVERLAP_H
 
-#include "post_process.h"
+#include <sfdpgen/post_process.h>
 
 typedef  StressMajorizationSmoother OverlapSmoother;
 
index b063141ed9150ffb36d0dc1d49f9ae8a30f2faeb..55a6bb6f032e0589a7e2929a0e91717a5c40f6ef 100644 (file)
@@ -14,7 +14,7 @@
 #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};
 
index ada05e255a7aae2857cd4598b4eb8115997ac22b..8445b9e246bc72c94f2e3bc59aa66f0a3ec7aba7 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef SFDPINTERNAL_H
 #define SFDPINTERNAL_H
 
-#include <sfdp.h>
+#include <sfdpgen/sfdp.h>
 
 #endif
  
index 2f412998b2a90653a597f2eb395bffaa74e6c4d7..eb8c2a0501a38c6717dffb83ec245aa8309a3534 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef UNIFORMSTRESS_H
 #define UNIFORMSTRESS_H
 
-#include <post_process.h> 
+#include <sfdpgen/post_process.h> 
 
 typedef StressMajorizationSmoother UniformStressSmoother;
 
index 358cb78850cf1173b216ae9af3baa4250c1d49dd..d0b51f43ed4b9fa90f2d89026611d8dd120380a0 100644 (file)
@@ -15,7 +15,6 @@
 #define QUAD_TREE_H
 
 #include "LinkedList.h"
-/* #include "sfdpinternal.h" */
 #include <stdio.h>
 
 typedef struct QuadTree_struct *QuadTree;