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 <kerolasa@iki.fi>
#ifndef UTIL_LINUX_MINIX_H
#define UTIL_LINUX_MINIX_H
-#ifdef KERNEL_INCLUDES_ARE_CLEAN
-
-#include <linux/fs.h>
-#include <linux/minix_fs.h>
-
-#else
#include <stdint.h>
struct minix_inode {
#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)