aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2000-09-28 07:47:15 +0000
committerallen <allen@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2000-09-28 07:47:15 +0000
commitbb170f23a344e1ac38b4cfe764f9a22f3b260258 (patch)
treec119e0750de7cf02afc5ce4657fefeae0bf4e035
parent507d85b9d1725418a1488b9c6a4b75f45ce30c9a (diff)
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
-rw-r--r--src/Groups.c4
-rw-r--r--src/IO.c4
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$";