diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-02-28 16:42:20 +0000 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-02-28 18:35:44 +0000 |
commit | 3ad126641c05f93d2fa153bb8ff762fb4cdbb885 (patch) | |
tree | 9b19bd1eaf11ca6efd15dda2db13212f9f27f082 /fs/squashfs | |
parent | 4c1d204cde1470863e78aa0e6f55246c57f15038 (diff) |
Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs')
-rw-r--r-- | fs/squashfs/xz_wrapper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/squashfs/xz_wrapper.c b/fs/squashfs/xz_wrapper.c index 06d0d11b482a..aa47a286d1f8 100644 --- a/fs/squashfs/xz_wrapper.c +++ b/fs/squashfs/xz_wrapper.c @@ -30,7 +30,6 @@ #include "squashfs_fs.h" #include "squashfs_fs_sb.h" -#include "squashfs_fs_i.h" #include "squashfs.h" #include "decompressor.h" |