Fix include order

This commit is contained in:
Marc Di Luzio 2019-02-03 17:26:57 +00:00
parent fa38ef4e23
commit 1984908543

View File

@ -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"