From 9a7d38fe2448617df98ecaea7dbe6f3131088586 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 31 May 2007 22:42:12 +0000 Subject: delete tons of extra #includes --- archival/libunarchive/header_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/libunarchive/header_list.c') diff --git a/archival/libunarchive/header_list.c b/archival/libunarchive/header_list.c index fb461a68e..8cb8f40d9 100644 --- a/archival/libunarchive/header_list.c +++ b/archival/libunarchive/header_list.c @@ -2,7 +2,7 @@ /* * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include +#include "libbb.h" #include "unarchive.h" void header_list(const file_header_t *file_header) -- cgit v1.2.3