patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)

*: removal of #include <getopt.h>
This commit is contained in:
Denis Vlasenko
2008-03-23 22:55:25 +00:00
parent 324d26f9aa
commit c93b162248
31 changed files with 73 additions and 138 deletions

View File

@@ -13,7 +13,6 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include <getopt.h>
#include "libbb.h"
typedef struct ftp_host_info_s {

View File

@@ -19,7 +19,6 @@
#include <sys/utsname.h>
#include <fnmatch.h>
#include <getopt.h>
#include "libbb.h"

View File

@@ -12,7 +12,6 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include <getopt.h>
#include <sys/socket.h>
#include <arpa/inet.h>

View File

@@ -25,7 +25,6 @@
* remove ridiculous amounts of bloat.
*/
#include <getopt.h>
#include <net/route.h>
#include <net/if.h>

View File

@@ -8,7 +8,6 @@
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
#include <getopt.h>
#include <syslog.h>
/* Override ENABLE_FEATURE_PIDFILE - ifupdown needs our pidfile to always exist */

View File

@@ -2,7 +2,6 @@
/*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
#include <getopt.h>
#include "common.h"
#include "dhcpd.h"

View File

@@ -6,7 +6,6 @@
*
*/
#include <getopt.h> /* for struct option */
#include "libbb.h"
struct host_info {