diff options
Diffstat (limited to 'src/printf.c')
| -rw-r--r-- | src/printf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c index 483f3a98c..e2536c797 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1,5 +1,5 @@ /* printf - format and print data - Copyright (C) 1990-2007 Free Software Foundation, Inc. + Copyright (C) 1990-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,7 +48,6 @@ #include <config.h> #include <stdio.h> #include <sys/types.h> -#include <getopt.h> #include "system.h" #include "c-strtod.h" |
