summaryrefslogtreecommitdiff
path: root/fs/jffs2/mergesort.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/mergesort.c')
-rw-r--r--fs/jffs2/mergesort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jffs2/mergesort.c b/fs/jffs2/mergesort.c
index fca77aa6511..495937d792d 100644
--- a/fs/jffs2/mergesort.c
+++ b/fs/jffs2/mergesort.c
@@ -7,7 +7,6 @@
* http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html
*/
-#include <common.h>
#include "jffs2_private.h"
int sort_list(struct b_list *list)