From: Sami Kerola Date: Thu, 14 Jul 2011 15:25:07 +0000 (+0200) Subject: include: remove kernel headers from minix.h X-Git-Tag: v2.20-rc1~71^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d997b7ef5e7207a9843aeb50763bc6e6fd5fb4fb;p=thirdparty%2Futil-linux.git include: remove kernel headers from minix.h This clean up is purely cosmetic. Perprocessor could never use the includes as KERNEL_INCLUDES_ARE_CLEAN variable does not get set anywhere. Signed-off-by: Sami Kerola --- diff --git a/disk-utils/minix.h b/disk-utils/minix.h index 9451a36df8..4975c65989 100644 --- a/disk-utils/minix.h +++ b/disk-utils/minix.h @@ -1,12 +1,6 @@ #ifndef UTIL_LINUX_MINIX_H #define UTIL_LINUX_MINIX_H -#ifdef KERNEL_INCLUDES_ARE_CLEAN - -#include -#include - -#else #include struct minix_inode { @@ -79,8 +73,6 @@ struct minix3_super_block { #define MINIX2_SUPER_MAGIC2 0x2478 /* minix V2 fs, 30 char names */ #define MINIX3_SUPER_MAGIC 0x4d5a /* minix V3 fs (60 char names) */ -#endif /* KERNEL_INCLUDES_ARE_CLEAN */ - #define Inode (((struct minix_inode *) inode_buffer)-1) #define Inode2 (((struct minix2_inode *) inode_buffer)-1)