From dacfea5703d01beda2c6cc8c625734c6541a9101 Mon Sep 17 00:00:00 2001 From: pramsey Date: Wed, 12 Feb 2003 06:24:02 +0000 Subject: [PATCH] Changed headers. git-svn-id: http://svn.osgeo.org/geos/trunk@67 5242fede-7e19-0410-aef8-94bd7d2200fb --- source/bigtest/TestSweepLineSpeed.cpp | 9 +++++---- source/test/CTS.cpp | 5 ++++- source/test/XMLTester.cpp | 13 +++++++------ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/source/bigtest/TestSweepLineSpeed.cpp b/source/bigtest/TestSweepLineSpeed.cpp index 5e3e3f78..a3df3340 100644 --- a/source/bigtest/TestSweepLineSpeed.cpp +++ b/source/bigtest/TestSweepLineSpeed.cpp @@ -1,9 +1,10 @@ #include -#include "geom.h" -#include "time.h" -#include "bigtest.h" +#include + +#include "../headers/geom.h" +#include "../headers/bigtest.h" +#include "../headers/io.h" -#include "io.h" /** * Run relate between two large geometries to test the performance * of the sweepline intersection detection algorithm diff --git a/source/test/CTS.cpp b/source/test/CTS.cpp index 3facb4bc..5404824c 100644 --- a/source/test/CTS.cpp +++ b/source/test/CTS.cpp @@ -1,8 +1,11 @@ // CTS.cpp : Testing class // -#include "io.h" #include + +#include "../headers/io.h" +#include "../headers/geom.h" + using namespace std; diff --git a/source/test/XMLTester.cpp b/source/test/XMLTester.cpp index a26b6034..d37bb485 100644 --- a/source/test/XMLTester.cpp +++ b/source/test/XMLTester.cpp @@ -1,12 +1,13 @@ -#include "MarkupSTL.h" -//#include "io.h" + #include #include #include -#include "util.h" -#include "graph.h" -#include "io.h" -#include "opRelate.h" + +#include "../headers/util.h" +#include "../headers/graph.h" +#include "../headers/io.h" +#include "../headers/opRelate.h" +#include "../headers/MarkupSTL.h" using namespace std; -- 2.11.4.GIT