From: ellson Date: Fri, 2 Jan 2009 16:49:30 +0000 (+0000) Subject: try to make pathplan build as a dll on windows - changes ok so far on unix X-Git-Tag: LAST_LIBGRAPH~32^2~2736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a0baed188482a72682e5b77b2d6705b18ef22e2;p=graphviz try to make pathplan build as a dll on windows - changes ok so far on unix --- diff --git a/lib/pathplan/route.c b/lib/pathplan/route.c index 80892fdb6..d35b17ade 100644 --- a/lib/pathplan/route.c +++ b/lib/pathplan/route.c @@ -21,7 +21,7 @@ #include #endif #include -#include "pathplan.h" +#include "pathutil.h" #include "solvers.h" #ifdef DMALLOC diff --git a/lib/pathplan/shortest.c b/lib/pathplan/shortest.c index ad774a21d..425567feb 100644 --- a/lib/pathplan/shortest.c +++ b/lib/pathplan/shortest.c @@ -22,7 +22,7 @@ #endif #include #include -#include "pathplan.h" +#include "pathutil.h" #ifdef DMALLOC #include "dmalloc.h" diff --git a/lib/pathplan/shortestpth.c b/lib/pathplan/shortestpth.c index 36e26df1f..939da357a 100644 --- a/lib/pathplan/shortestpth.c +++ b/lib/pathplan/shortestpth.c @@ -15,7 +15,7 @@ **********************************************************/ -#include +#include "vis.h" #ifdef DMALLOC #include "dmalloc.h" diff --git a/lib/pathplan/triang.c b/lib/pathplan/triang.c index 39dd5474c..0d4fd6ed0 100644 --- a/lib/pathplan/triang.c +++ b/lib/pathplan/triang.c @@ -18,8 +18,8 @@ #include #include #include -#include -#include +#include "pathutil.h" +#include "tri.h" #ifdef DMALLOC #include "dmalloc.h" diff --git a/lib/pathplan/util.c b/lib/pathplan/util.c index 029b70bc3..416a30cbe 100644 --- a/lib/pathplan/util.c +++ b/lib/pathplan/util.c @@ -16,8 +16,8 @@ #include -#include #include +#include "pathutil.h" #ifdef DMALLOC #include "dmalloc.h"