patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
*: removal of #include <getopt.h>
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
* Licensed under GPLv2 or later, see file License in this tarball for details.
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
#include "libbb.h"
|
||||
#include "dump.h"
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/utsname.h>
|
||||
#include <getopt.h>
|
||||
#include "libbb.h"
|
||||
#include "rtc_.h"
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
int losetup_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
|
||||
|
@ -9,7 +9,6 @@
|
||||
*/
|
||||
|
||||
#include <mntent.h>
|
||||
#include <getopt.h>
|
||||
#include "libbb.h"
|
||||
|
||||
/* ignored: -v -d -t -i */
|
||||
|
Reference in New Issue
Block a user