From c1a57591ee9fcaa8e68d6900a32bddd3f71490b6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Apr 2002 22:46:32 +0000 Subject: [PATCH] Added $Id:$ keyword --- src/writeenv.c | 4 +--- src/writeenv.h | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/writeenv.c b/src/writeenv.c index a111847d0..7330bbbc8 100644 --- a/src/writeenv.c +++ b/src/writeenv.c @@ -18,14 +18,12 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * + * $Id$ *****************************************************************************/ #include "setup.h" - #include -#include "writeout.h" - #ifdef __riscos__ #include #endif diff --git a/src/writeenv.h b/src/writeenv.h index b46e11e88..ac271b592 100644 --- a/src/writeenv.h +++ b/src/writeenv.h @@ -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);