]> git.droids-corp.org - dpdk.git/blobdiff - lib/power/power_pstate_cpufreq.c
power: add get/set empty-poll maximum API
[dpdk.git] / lib / power / power_pstate_cpufreq.c
index 86f8a76e46622433b745c8afadb4fbe7b0d88fd8..f4c36179ecd99b3d7eaa318b8e9d6aba33a0a9c4 100644 (file)
@@ -3,20 +3,14 @@
  */
 
 #include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
-#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <signal.h>
 #include <limits.h>
 #include <errno.h>
 #include <inttypes.h>
 
 #include <rte_memcpy.h>
-#include <rte_memory.h>
-#include <rte_string_fns.h>
 
 #include "power_pstate_cpufreq.h"
 #include "power_common.h"