diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-07 09:47:13 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-11 21:36:12 -0400 |
commit | 964f5369667b342994fe3f384e9ba41d404ee796 (patch) | |
tree | ad8a5f942af0696d69fb58abf05773c19d05e58b /fs/qnx4/file.c | |
parent | 79d25767583e4e086f8309bfd1f502660a64fe7f (diff) | |
download | op-kernel-dev-964f5369667b342994fe3f384e9ba41d404ee796.zip op-kernel-dev-964f5369667b342994fe3f384e9ba41d404ee796.tar.gz |
fs/qnx4: sanitize includes
fs-internal parts of qnx4_fs.h taken to fs/qnx4/qnx4.h, includes adjusted,
qnx4_fs.h doesn't need unifdef anymore.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/qnx4/file.c')
-rw-r--r-- | fs/qnx4/file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/qnx4/file.c b/fs/qnx4/file.c index e7033ea..09b170a 100644 --- a/fs/qnx4/file.c +++ b/fs/qnx4/file.c @@ -12,8 +12,7 @@ * 27-06-1998 by Frank Denis : file overwriting. */ -#include <linux/fs.h> -#include <linux/qnx4_fs.h> +#include "qnx4.h" /* * We have mostly NULL's here: the current defaults are ok for |