From: Christoph Hellwig Date: Fri, 31 Jul 2015 04:50:52 +0000 (+1000) Subject: xfsprogs: use <>-style includes in installed headers X-Git-Tag: v4.2.0-rc1~2^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8d9433152071d10c18c376748509eaffd315815;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: use <>-style includes in installed headers Once installed these are system headers, so we need to use <>-style include statements between them. [dchinner: fix include/xfs creation as this changes include/xfs population dependencies] Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in index 9a1782cde..529c0a6f4 100644 --- a/include/platform_defs.h.in +++ b/include/platform_defs.h.in @@ -69,15 +69,15 @@ typedef __u64 __bitwise __be64; typedef struct filldir filldir_t; #if defined(__linux__) -#include "xfs/linux.h" +#include #elif defined(__FreeBSD__) -#include "xfs/freebsd.h" +#include #elif defined(__FreeBSD_kernel__) -#include "xfs/gnukfreebsd.h" +#include #elif defined(__APPLE__) -#include "xfs/darwin.h" +#include #elif defined(__sgi__) || defined(__sgi) -#include "xfs/irix.h" +#include #else # error unknown platform... have fun porting! #endif diff --git a/include/xfs.h b/include/xfs.h index 0cb4fb8c7..e32c4a8db 100644 --- a/include/xfs.h +++ b/include/xfs.h @@ -33,8 +33,8 @@ #ifndef __XFS_H__ #define __XFS_H__ -#include "xfs/platform_defs.h" -#include "xfs/xfs_types.h" -#include "xfs/xfs_fs.h" +#include +#include +#include #endif /* __XFS_H__ */ diff --git a/include/xqm.h b/include/xqm.h index 0b5dfa13e..47f58a049 100644 --- a/include/xqm.h +++ b/include/xqm.h @@ -18,7 +18,7 @@ #ifndef __XQM_H__ #define __XQM_H__ -#include "xfs/xfs.h" +#include /* * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).