Browse Source

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>
Wei Yongjun 12 years ago
parent
commit
4084a9b99c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/power/acpi/acpidump.c

+ 0 - 1
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>