Explorar o código

Fix include order

Marc Di Luzio %!s(int64=6) %!d(string=hai) anos
pai
achega
1984908543
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      daemon/gamemode-gpu.c

+ 2 - 2
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"