From ba20df5c47859e077d9555000e09b6f7bce4b387 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 6 Feb 2019 18:00:36 +0000 Subject: [PATCH] Fix headers for travis --- daemon/gamemode-gpu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/gamemode-gpu.c b/daemon/gamemode-gpu.c index 6a162b4..c50f1c0 100644 --- a/daemon/gamemode-gpu.c +++ b/daemon/gamemode-gpu.c @@ -34,10 +34,11 @@ POSSIBILITY OF SUCH DAMAGE. #include "config.h" #include "external-helper.h" -#include "gamemode.h" #include "helpers.h" #include "logging.h" +#include "gamemode.h" + #include "daemon_config.h" #include "gpu-control.h"