summaryrefslogtreecommitdiff
path: root/lib/argp-fmtstream.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2005-09-29 12:24:42 +0000
committerKarl Berry <karl@freefriends.org>2005-09-29 12:24:42 +0000
commitd210c813ea414429a0aa72512e5659860fa556a1 (patch)
treebec9c80fc8712aa3618db4b78aca86ee9de1c0da /lib/argp-fmtstream.h
parentdee579126faa0f688b4fd608b4d8cf8124bf8025 (diff)
downloadgnulib-d210c813ea414429a0aa72512e5659860fa556a1.tar.gz
srclist.update
Diffstat (limited to 'lib/argp-fmtstream.h')
-rw-r--r--lib/argp-fmtstream.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/argp-fmtstream.h b/lib/argp-fmtstream.h
index 15914a7e83..6ac12c932d 100644
--- a/lib/argp-fmtstream.h
+++ b/lib/argp-fmtstream.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* This package emulates glibc `line_wrap_stream' semantics for systems that
don't have that. If the system does have it, it is just a wrapper for
@@ -25,10 +25,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>