config: Avoid clash with other config-headers

This commit is contained in:
Björn Esser 2017-12-27 14:37:55 +01:00
parent a0d2a6b445
commit ff13849624
No known key found for this signature in database
GPG key ID: F52E98007594C21D
18 changed files with 19 additions and 16 deletions

View file

@ -7,7 +7,7 @@
#include <xcb/xfixes.h>
#include <xcb/xcb_image.h>
#include <xcb/render.h>
#include "config.h"
#include <wlr/config.h>
#include "wlr/util/log.h"
#include "wlr/util/edges.h"
#include "wlr/types/wlr_surface.h"