From: Phillip Lougher Date: Mon, 28 Feb 2011 16:42:20 +0000 (+0000) Subject: Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore X-Git-Tag: firefly_0821_release~7613^2~1001^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3ad126641c05f93d2fa153bb8ff762fb4cdbb885;p=firefly-linux-kernel-4.4.55.git Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore Signed-off-by: Phillip Lougher --- 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"