aboutsummaryrefslogtreecommitdiff
path: root/src/Groups.c
diff options
context:
space:
mode:
authorswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-04-07 16:26:30 +0000
committerswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-04-07 16:26:30 +0000
commit9ba4246e7f46f1743c8d6f95d10a4ff399291cf9 (patch)
treed5fbfc8049f12a83a468cd90492395ea625735b0 /src/Groups.c
parent5c38d78508f623a313b95f80f7b8dba85b9a7472 (diff)
tidying
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@52 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
Diffstat (limited to 'src/Groups.c')
-rw-r--r--src/Groups.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Groups.c b/src/Groups.c
index 53c9f06..05cee4a 100644
--- a/src/Groups.c
+++ b/src/Groups.c
@@ -8,17 +8,13 @@
@version $Id$
@@*/
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "util_String.h"
#include "HTTPDUtils.h"
-/*
- * #include "CactusConnect/HTTPD/src/http_Request.h"
-#include "CactusConnect/HTTPD/src/http_Content.h"
-*/
+
static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusConnect_HTTPDExtra_Groups_c)