diff options
author | Rob Landley | 2005-09-11 01:05:30 +0000 |
---|---|---|
committer | Rob Landley | 2005-09-11 01:05:30 +0000 |
commit | b7128c6236ac9b4d5d69ad95d509498f38df0dd6 (patch) | |
tree | 0358a910b954c6c7fdcaddf389693a0c2e96ef70 /coreutils/uuencode.c | |
parent | db289b258de53bdcea7d671f854aafbb490321df (diff) | |
download | busybox-b7128c6236ac9b4d5d69ad95d509498f38df0dd6.zip busybox-b7128c6236ac9b4d5d69ad95d509498f38df0dd6.tar.gz |
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
getopt.h, whitespace changes, typos, etc.
Diffstat (limited to 'coreutils/uuencode.c')
-rw-r--r-- | coreutils/uuencode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index 42f629f..2660f4a 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c @@ -19,7 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <getopt.h> #include <stdio.h> #include <string.h> #include <stdlib.h> |