Always include config.h

This commit is contained in:
emersion 2018-07-21 13:08:23 +01:00
parent 8d03bc9178
commit 41094a7df5
9 changed files with 4 additions and 10 deletions

View file

@ -13,7 +13,6 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <wlr/config.h>
#include <wlr/util/log.h>
#include <xf86drm.h>
#ifdef __linux__