X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmake_ext4fs.git;a=blobdiff_plain;f=ext4fixup.c;h=c919176b9e92e2c68764ba50fa587a6631263eac;hp=184cd0d6071bf896ed9a43a1c12c5dc4c8466b1d;hb=e97166fc4a62697c4e5f0cb93b715e05e78596e4;hpb=fb5c011b4912fb14cfa87a06a5542c06aecc9278;ds=sidebyside diff --git a/ext4fixup.c b/ext4fixup.c index 184cd0d..c919176 100644 --- a/ext4fixup.c +++ b/ext4fixup.c @@ -14,7 +14,6 @@ * limitations under the License. */ #include "ext4_utils.h" -#include "make_ext4fs.h" #include "ext4_extents.h" #include "allocate.h" #include "ext4fixup.h" @@ -24,13 +23,10 @@ #include #include #include +#include #include #include -#ifndef USE_MINGW -#include -#endif - #if defined(__APPLE__) && defined(__MACH__) #define lseek64 lseek #define off64_t off_t