From: Bruno Haible Date: Fri, 6 Aug 2004 20:42:23 +0000 (+0000) Subject: 2004-08-03 Simon Josefsson X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d8ea7d7e6ddae0710eb0e158da06c8209b3805;p=pspp 2004-08-03 Simon Josefsson progname doesn't need stdbool. --- diff --git a/ChangeLog b/ChangeLog index f8c819726c..cee6ae85c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-03 Simon Josefsson + + * modules/progname (Depends-on): Don't depend on stdbool. + 2004-08-02 Simon Josefsson * modules/getsubopt: New file. diff --git a/lib/ChangeLog b/lib/ChangeLog index 0fb519df8a..cb82d426aa 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-08-03 Simon Josefsson + + * progname.h: Don't include stdbool.h. + 2004-08-01 Simon Josefsson * xgetdomainname.c: Include stdlib.h, for free(). diff --git a/lib/progname.h b/lib/progname.h index 2088e00762..5292cd1bfd 100644 --- a/lib/progname.h +++ b/lib/progname.h @@ -19,8 +19,6 @@ #ifndef _PROGNAME_H #define _PROGNAME_H -#include - /* Programs using this file should do the following in main(): set_program_name (argv[0]); */ diff --git a/modules/progname b/modules/progname index fb9d73e809..4429c63a3a 100644 --- a/modules/progname +++ b/modules/progname @@ -6,7 +6,6 @@ lib/progname.h lib/progname.c Depends-on: -stdbool configure.ac: