From b6727f88dd115b1176003e695182dfecd5f7d4c0 Mon Sep 17 00:00:00 2001 From: swhite Date: Mon, 19 Apr 2004 13:10:13 +0000 Subject: Addresses Cactus bug 923 Made the download list to be organized by variable, then by data output type, then by slice. To facilitate list manipulation, added temporarily a list module 'PtrList', which perhaps may prove of more general use in the future. Pursuant to Cactus bug 907 Added parameter HTTPExtra::viewport_refresh_seconds to send Refresh header to web browser. Made ViewPort window to respond to viewport_refresh_seconds parameter General HTML improvements...checked with Amaya and lynx. Re-organized CSS info in HTTPD web pages. Got rid of httpuMimeType code which didn't do anything. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@195 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- src/Startup.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Startup.c') diff --git a/src/Startup.c b/src/Startup.c index 1ca6bef..108eb3d 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -14,10 +14,6 @@ #include #endif -#include -#include - -#include "cctk_Parameter.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" -- cgit v1.2.3