diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-01-06 01:08:50 -0500 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-01-13 16:24:15 -0500 |
commit | 8fcd97216f45b1691f8f91f35cc108d06e0bfca8 (patch) | |
tree | f22ddb09a78512768e6e4f766e8b61721175aee5 /fs/squashfs/decompressor.c | |
parent | 6197fd86789a28760f8375b5ae8885cd7258042f (diff) |
Squashfs: move squashfs_i() definition from squashfs.h
Move squashfs_i() definition out of squashfs.h, this eliminates
the need to #include squashfs_fs_i.h from numerous files.
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/decompressor.c')
-rw-r--r-- | fs/squashfs/decompressor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c index 482d78197811..50b22d330cec 100644 --- a/fs/squashfs/decompressor.c +++ b/fs/squashfs/decompressor.c | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | #include "squashfs_fs.h" | 28 | #include "squashfs_fs.h" |
29 | #include "squashfs_fs_sb.h" | 29 | #include "squashfs_fs_sb.h" |
30 | #include "squashfs_fs_i.h" | ||
31 | #include "decompressor.h" | 30 | #include "decompressor.h" |
32 | #include "squashfs.h" | 31 | #include "squashfs.h" |
33 | 32 | ||