From bb170f23a344e1ac38b4cfe764f9a22f3b260258 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 28 Sep 2000 07:47:15 +0000 Subject: Add right paths. Thought I had already committed this. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@13 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/Groups.c | 4 ++-- src/IO.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Groups.c b/src/Groups.c index 4b9203b..88cd11d 100644 --- a/src/Groups.c +++ b/src/Groups.c @@ -15,8 +15,8 @@ #include "util_String.h" -#include "DevThorns/httpd/src/http_Request.h" -#include "DevThorns/httpd/src/http_Content.h" +#include "CactusConnect/HTTPD/src/http_Request.h" +#include "CactusConnect/HTTPD/src/http_Content.h" static char *rcsid = "$Header$"; diff --git a/src/IO.c b/src/IO.c index 8f59350..d8f14a4 100644 --- a/src/IO.c +++ b/src/IO.c @@ -23,8 +23,8 @@ #include "CactusBase/IOUtil/src/ioutil_AdvertisedFiles.h" -#include "DevThorns/httpd/src/http_Request.h" -#include "DevThorns/httpd/src/http_Content.h" +#include "CactusConnect/HTTPD/src/http_Request.h" +#include "CactusConnect/HTTPD/src/http_Content.h" static char *rcsid = "$Header$"; -- cgit v1.2.3