try to make pathplan build as a dll on windows - changes ok so far on unix
authorellson <devnull@localhost>
Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)
committerellson <devnull@localhost>
Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)
lib/pathplan/cvt.c
lib/pathplan/inpoly.c

index 35f56414a72efcdb243ccf3806c208ad35df2c36..70fd44e5fd9e5906f58dfdffb034b0062e5aa177 100644 (file)
@@ -15,8 +15,8 @@
 **********************************************************/
 
 
-#include <vis.h>
 #include <stdio.h>
+#include "vis.h"
 
 #ifdef DMALLOC
 #include "dmalloc.h"
index 093dc8e35b7c74882b1b14fc37d9da2f2a3fa95b..cb056695d24b2e59036edb1c2b3ea61026a7ee2e 100644 (file)
@@ -22,8 +22,8 @@
  */
 
 #include <stdlib.h>
-#include <vispath.h>
-#include <pathutil.h>
+#include "vispath.h"
+#include "pathutil.h"
 
 #ifdef DMALLOC
 #include "dmalloc.h"