From 6c197f9b705791cb20c8b8c093e6e815d5a8907e Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Mon, 4 Dec 2023 17:00:20 +0000 Subject: [PATCH] Apply clang-format with the new include order --- common/common-power.c | 2 +- daemon/gamemode-cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"