From 60437d524cc5245a5de69bf282328cc206a578d4 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Wed, 30 Apr 2003 09:57:01 +0000 Subject: [PATCH] Removed #include again, breaks compilation on OS/2. --- ChangeLog | 5 +++++ lib/getopt.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 272d8c9cb..4e70d9954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-30 Henning Meier-Geinitz + + * lib/getopt.c: Removed #include again, breaks compilation on OS/2. + + 2003-04-27 Henning Meier-Geinitz * backend/hp5400_internal.c backend/canon630u-common.c diff --git a/lib/getopt.c b/lib/getopt.c index d50131651..289d137e2 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -40,8 +40,6 @@ #endif #include -#include -#include /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C