diff --git a/common/common-power.c b/common/common-power.c index 7cf6047..a4e08c9 100644 --- a/common/common-power.c +++ b/common/common-power.c @@ -35,10 +35,10 @@ POSSIBILITY OF SUCH DAMAGE. #include "common-power.h" #include "common-logging.h" +#include #include #include #include -#include #include #include diff --git a/daemon/gamemode-cpu.c b/daemon/gamemode-cpu.c index 9f9d3a5..39e0ba8 100644 --- a/daemon/gamemode-cpu.c +++ b/daemon/gamemode-cpu.c @@ -32,8 +32,8 @@ POSSIBILITY OF SUCH DAMAGE. #define _GNU_SOURCE -#include #include +#include #include #include "common-cpu.h"