From: Theodore Ts'o Date: Mon, 31 May 2010 22:50:50 +0000 (-0400) Subject: libext2fs: Remove #include of from fiemap.h X-Git-Tag: debian-1.41.12-2~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=effb3442419e50b6352fb13cfc8eea03bebf442e;p=tools%2Fe2fsprogs.git libext2fs: Remove #include of from fiemap.h The system header file can end up causing type conflicts, and including kernel header files is always dodgy/dangerous (and this case not needed). Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ext2fs/fiemap.h b/lib/ext2fs/fiemap.h index 934e22d..671decb 100644 --- a/lib/ext2fs/fiemap.h +++ b/lib/ext2fs/fiemap.h @@ -11,8 +11,6 @@ #ifndef _LINUX_FIEMAP_H #define _LINUX_FIEMAP_H -#include - struct fiemap_extent { __u64 fe_logical; /* logical offset in bytes for the start of * the extent from the beginning of the file */