From d997b7ef5e7207a9843aeb50763bc6e6fd5fb4fb Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 14 Jul 2011 17:25:07 +0200 Subject: [PATCH] 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 --- disk-utils/minix.h | 8 -------- 1 file changed, 8 deletions(-) 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) -- 2.47.2