From effb3442419e50b6352fb13cfc8eea03bebf442e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 31 May 2010 18:50:50 -0400 Subject: [PATCH] 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" --- lib/ext2fs/fiemap.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 1.8.3.1