From 06f25585085e2efcc1bfebbbfc31ff5db7af707b Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Wed, 11 May 2011 13:16:00 -0400 Subject: cramfs: remove cramfs_common.h We currently have cramfs.h and cramfs_common.h, this makes no sense, so remove unite them and keep just cramfs.h Signed-off-by: Davidlohr Bueso --- disk-utils/cramfs_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/cramfs_common.c') diff --git a/disk-utils/cramfs_common.c b/disk-utils/cramfs_common.c index ffdad9b09..4f679cb9b 100644 --- a/disk-utils/cramfs_common.c +++ b/disk-utils/cramfs_common.c @@ -17,7 +17,7 @@ */ #include -#include "cramfs_common.h" +#include "cramfs.h" #include "../include/bitops.h" u32 u32_toggle_endianness(int big_endian, u32 what) -- cgit v1.2.3-55-g7522