diff --git a/src/writeenv.c b/src/writeenv.c index a111847d0e..7330bbbc8c 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 b46e11e881..ac271b5922 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);