aboutsummaryrefslogtreecommitdiff
path: root/tools/power
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2012-10-08 20:31:08 +0800
committerLen Brown <len.brown@intel.com>2012-10-09 00:53:23 -0400
commit4084a9b99ccd05bf5e13dcd248e3b56a682fa4d6 (patch)
treec7dc3aa0e0fde4e2ed7c7b38ca02aad8a45aac99 /tools/power
parentcf31cd1a0c692a1445c80756055875088fa29982 (diff)
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>
Diffstat (limited to 'tools/power')
-rw-r--r--tools/power/acpi/acpidump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/power/acpi/acpidump.c b/tools/power/acpi/acpidump.c
index 07779871421..a84553a0e0d 100644
--- a/tools/power/acpi/acpidump.c
+++ b/tools/power/acpi/acpidump.c
@@ -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>