diff --git a/common/common-cpu.c b/common/common-cpu.c index 7da6131..497044e 100644 --- a/common/common-cpu.c +++ b/common/common-cpu.c @@ -31,8 +31,6 @@ POSSIBILITY OF SUCH DAMAGE. #include "common-cpu.h" #include "common-logging.h" -#include -#include char *parse_cpulist(char *cpulist, long *from, long *to) { diff --git a/common/common-cpu.h b/common/common-cpu.h index 2eef38c..3c8df27 100644 --- a/common/common-cpu.h +++ b/common/common-cpu.h @@ -31,6 +31,9 @@ POSSIBILITY OF SUCH DAMAGE. #pragma once +#include +#include + #define IS_CPU_PARK 0 #define IS_CPU_PIN 1