From bac41d38ef1c83f1e4110f6e5d31a2e79410bc56 Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Sat, 8 Oct 2016 01:17:48 +0900 Subject: [PATCH] nilfs.h: do not include unrelated header files Sort out dependent header files: include "sys/types.h", and remove references to "stdio.h", "stdlib.h", "unistd.h", "fcntl.h", "time.h", and "sys/ioctl.h". Signed-off-by: Ryusuke Konishi --- include/nilfs.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/nilfs.h b/include/nilfs.h index afa017f..b721787 100644 --- a/include/nilfs.h +++ b/include/nilfs.h @@ -12,13 +12,7 @@ #ifndef NILFS_H #define NILFS_H -#include -#include -#include -#include -#include -#include - +#include /* off_t, size_t */ #include "nilfs2_api.h" typedef __u64 nilfs_cno_t;