aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2017-12-26 18:51:27 +0100
committerBjörn Esser <besser82@fedoraproject.org>2017-12-26 18:51:27 +0100
commit57a09c8ca45e0ec023b7be88745b21fc71649c52 (patch)
tree27d6bd1104a3d3795905adfcd9e442aa28c4bf9c /examples
parent4d744aeb230f36d990c102a89314f95ff802ca75 (diff)
config: Put all defines into config.h
Diffstat (limited to 'examples')
-rw-r--r--examples/support/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/support/config.c b/examples/support/config.c
index 0ef025c0..ff63b078 100644
--- a/examples/support/config.c
+++ b/examples/support/config.c
@@ -7,10 +7,10 @@
#include <string.h>
#include <unistd.h>
#include <sys/param.h>
+#include "config.h"
#include <wlr/util/log.h>
#include <wlr/types/wlr_box.h>
#include "shared.h"
-#include "config.h"
#include "ini.h"
static void usage(const char *name, int ret) {