From 75cc0cace39a599e5861d097c6d14ab1a7c6a1d2 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 24 Feb 2006 03:15:34 +0000 Subject: [PATCH] I was playing around with a dependency generator a couple weeks ago and I found some #include files that aren't in the tree. No biggie... --- e2fsprogs/ext2fs/getsize.c | 4 ++-- shell/hush.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2fsprogs/ext2fs/getsize.c b/e2fsprogs/ext2fs/getsize.c index bfafdf2ba..552e542a6 100644 --- a/e2fsprogs/ext2fs/getsize.c +++ b/e2fsprogs/ext2fs/getsize.c @@ -55,8 +55,8 @@ #include "ext2fs.h" #if defined(__CYGWIN__) || defined (WIN32) -#include "windows.h" -#include "winioctl.h" +#include +#include #if (_WIN32_WINNT >= 0x0500) #define HAVE_GET_FILE_SIZE_EX 1 diff --git a/shell/hush.c b/shell/hush.c index 387b6cd7a..0a46d125a 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -101,7 +101,7 @@ #include "cmdedit.h" #else #define bb_applet_name "hush" -#include "standalone.h" +//#include "standalone.h" #define hush_main main #undef CONFIG_FEATURE_SH_FANCY_PROMPT #define BB_BANNER ""