diff options
Diffstat (limited to 'fs/ext3/hash.c')
-rw-r--r-- | fs/ext3/hash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ext3/hash.c b/fs/ext3/hash.c index 7d215b4d4f2e..d10231ddcf8a 100644 --- a/fs/ext3/hash.c +++ b/fs/ext3/hash.c | |||
@@ -9,9 +9,7 @@ | |||
9 | * License. | 9 | * License. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/fs.h> | 12 | #include "ext3.h" |
13 | #include <linux/jbd.h> | ||
14 | #include <linux/ext3_fs.h> | ||
15 | #include <linux/cryptohash.h> | 13 | #include <linux/cryptohash.h> |
16 | 14 | ||
17 | #define DELTA 0x9E3779B9 | 15 | #define DELTA 0x9E3779B9 |