Remove unused functions
[project/make_ext4fs.git] / ext4fixup.c
index 184cd0d..c919176 100644 (file)
@@ -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"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/mman.h>
 #include <fcntl.h>
 #include <unistd.h>
 
-#ifndef USE_MINGW
-#include <sys/mman.h>
-#endif
-
 #if defined(__APPLE__) && defined(__MACH__)
 #define lseek64 lseek
 #define off64_t off_t