From a271e167443aedca2ed9c28b51fc6de33692dadb Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 22 Jul 2011 14:49:06 +0200 Subject: Reduced usage of preprocessor macros --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 7bc92b8..03c6194 100644 --- a/options.c +++ b/options.c @@ -23,9 +23,9 @@ #include #include -#include "config.h" #include "options.h" #include "util.h" +#include "config.h" options_t _options; const options_t *options = (const options_t*) &_options; -- cgit v1.2.3