dect
/
linux-2.6
Archived
13
0
Fork 0

tools/power/acpi/acpidump: remove duplicated include from acpidump.c

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Wei Yongjun 2012-10-08 20:31:08 +08:00 committed by Len Brown
parent cf31cd1a0c
commit 4084a9b99c
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ typedef long long s64;
#include <unistd.h>
#include <getopt.h>
#include <sys/types.h>
#include <dirent.h>
#include <acpi/acconfig.h>