From: Matthew Fernandez Date: Sun, 30 Aug 2020 22:33:20 +0000 (-0700) Subject: remove the need to have lib/sfdpgen in include path X-Git-Tag: 2.46.0~20^2^2~52^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c77e75868751594d2fca3687a62700482ebe748d;p=graphviz remove the need to have lib/sfdpgen in include path Related to #1785. --- diff --git a/lib/neatogen/overlap.h b/lib/neatogen/overlap.h index 9673f4131..1c7d25ce4 100644 --- a/lib/neatogen/overlap.h +++ b/lib/neatogen/overlap.h @@ -14,7 +14,7 @@ #ifndef OVERLAP_H #define OVERLAP_H -#include "post_process.h" +#include typedef StressMajorizationSmoother OverlapSmoother; diff --git a/lib/sfdpgen/post_process.h b/lib/sfdpgen/post_process.h index b063141ed..55a6bb6f0 100644 --- a/lib/sfdpgen/post_process.h +++ b/lib/sfdpgen/post_process.h @@ -14,7 +14,7 @@ #ifndef POST_PROCESS_H #define POST_PROCESS_H -#include "spring_electrical.h" +#include enum {SM_SCHEME_NORMAL, SM_SCHEME_NORMAL_ELABEL, SM_SCHEME_UNIFORM_STRESS, SM_SCHEME_MAXENT, SM_SCHEME_STRESS_APPROX, SM_SCHEME_STRESS}; diff --git a/lib/sfdpgen/sfdpinternal.h b/lib/sfdpgen/sfdpinternal.h index ada05e255..8445b9e24 100644 --- a/lib/sfdpgen/sfdpinternal.h +++ b/lib/sfdpgen/sfdpinternal.h @@ -14,7 +14,7 @@ #ifndef SFDPINTERNAL_H #define SFDPINTERNAL_H -#include +#include #endif diff --git a/lib/sfdpgen/uniform_stress.h b/lib/sfdpgen/uniform_stress.h index 2f412998b..eb8c2a050 100644 --- a/lib/sfdpgen/uniform_stress.h +++ b/lib/sfdpgen/uniform_stress.h @@ -14,7 +14,7 @@ #ifndef UNIFORMSTRESS_H #define UNIFORMSTRESS_H -#include +#include typedef StressMajorizationSmoother UniformStressSmoother; diff --git a/lib/sparse/QuadTree.h b/lib/sparse/QuadTree.h index 358cb7885..d0b51f43e 100644 --- a/lib/sparse/QuadTree.h +++ b/lib/sparse/QuadTree.h @@ -15,7 +15,6 @@ #define QUAD_TREE_H #include "LinkedList.h" -/* #include "sfdpinternal.h" */ #include typedef struct QuadTree_struct *QuadTree;