diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 04:30:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-27 04:30:05 -0500 |
commit | 47f9f91d157c9f650afe1172b3bb2d52def66a10 (patch) | |
tree | 27d6bd1104a3d3795905adfcd9e442aa28c4bf9c /examples/support | |
parent | 4d744aeb230f36d990c102a89314f95ff802ca75 (diff) | |
parent | 57a09c8ca45e0ec023b7be88745b21fc71649c52 (diff) |
Merge pull request #523 from besser82/bugfix/config_header
config: Put all defines into config.h
Diffstat (limited to 'examples/support')
-rw-r--r-- | examples/support/config.c | 2 |
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) { |