From 198490854393976e1239e85b228bbb4e79a65e83 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 3 Feb 2019 17:26:57 +0000 Subject: [PATCH] Fix include order --- daemon/gamemode-gpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/gamemode-gpu.c b/daemon/gamemode-gpu.c index 53229ad..c80b178 100644 --- a/daemon/gamemode-gpu.c +++ b/daemon/gamemode-gpu.c @@ -32,11 +32,11 @@ POSSIBILITY OF SUCH DAMAGE. #define _GNU_SOURCE +#include "config.h" +#include "external-helper.h" #include "gamemode.h" #include "helpers.h" #include "logging.h" -#include "config.h" -#include "external-helper.h" #include "daemon_config.h" #include "gpu-query.h"