Skip to content

Commit

Permalink
2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Browse files Browse the repository at this point in the history
	* argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.
	* argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c,
	argp/argp-xinl.c: Fix up whitespace.
  • Loading branch information
Roland McGrath committed Sep 27, 2005
1 parent cae6ebb commit 77ff369
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion argp/argp-eexst.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
02111-1307 USA. */

#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif

#include <sysexits.h>
Expand Down
2 changes: 1 addition & 1 deletion argp/argp-fmtstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
don't have that. */

#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif

#include <stdlib.h>
Expand Down
4 changes: 0 additions & 4 deletions argp/argp-fmtstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
#ifndef _ARGP_FMTSTREAM_H
#define _ARGP_FMTSTREAM_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <stdio.h>
#include <string.h>
#include <unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion argp/argp-fs-xinl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
02111-1307 USA. */

#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif

#define ARGP_FS_EI
Expand Down
2 changes: 1 addition & 1 deletion argp/argp-xinl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
02111-1307 USA. */

#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif

#if defined _LIBC || defined HAVE_FEATURES_H
Expand Down

0 comments on commit 77ff369

Please sign in to comment.