Added $Id:$ keyword
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Apr 2002 22:46:32 +0000 (22:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Apr 2002 22:46:32 +0000 (22:46 +0000)
src/writeenv.c
src/writeenv.h

index a111847d0e79c8fee8b9b9b904d1ea6b317fd39e..7330bbbc8c37dd79f1033c32e3a0ef9b7debb35b 100644 (file)
  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  * KIND, either express or implied.
  *
+ * $Id$
  *****************************************************************************/
 
 #include "setup.h"
-
 #include <curl/curl.h>
 
-#include "writeout.h"
-
 #ifdef __riscos__
 #include <kernel.h>
 #endif
index b46e11e881ceb6b16dde50b6a09094540b666309..ac271b5922c4633c10c2a8e33c6ee56de0fca03c 100644 (file)
@@ -20,6 +20,7 @@
  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  * KIND, either express or implied.
  *
+ * $Id$
  *****************************************************************************/
 
 void ourWriteEnv(CURL *curl);