2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

* 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.
This commit is contained in:
Roland McGrath 2005-09-27 21:45:41 +00:00
parent cae6ebb2c9
commit 77ff369f27
5 changed files with 4 additions and 8 deletions

View File

@ -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>