diff options
Diffstat (limited to 'ubifs-utils/libubifs/gc.c')
-rw-r--r-- | ubifs-utils/libubifs/gc.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ubifs-utils/libubifs/gc.c b/ubifs-utils/libubifs/gc.c index 3134d07..c359535 100644 --- a/ubifs-utils/libubifs/gc.c +++ b/ubifs-utils/libubifs/gc.c @@ -41,10 +41,14 @@ * good, and GC takes extra care when moving them. */ -#include <linux/slab.h> -#include <linux/pagemap.h> -#include <linux/list_sort.h> +#include "linux_err.h" +#include "bitops.h" +#include "kmem.h" #include "ubifs.h" +#include "defs.h" +#include "debug.h" +#include "key.h" +#include "misc.h" /* * GC may need to move more than one LEB to make progress. The below constants |