Whamcloud - gitweb
Makefile.in (check): Use LD_LIBRARY_PATH to run test programs.
[tools/e2fsprogs.git] / lib / ext2fs / dupfs.c
index 4fb1c3f..31579a4 100644 (file)
 #include <time.h>
 #include <string.h>
 
-#if EXT2_FLAT_INCLUDES
 #include "ext2_fs.h"
-#else
-#include <linux/ext2_fs.h>
-#endif
-
 #include "ext2fsP.h"
 
 errcode_t ext2fs_dup_handle(ext2_filsys src, ext2_filsys *dest)