Move config.h include higher
authorFabian Keil <fk@fabiankeil.de>
Wed, 27 Nov 2019 12:15:32 +0000 (13:15 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 27 Nov 2019 12:31:09 +0000 (13:31 +0100)
ssl.c

diff --git a/ssl.c b/ssl.c
index a76c37a..623d239 100644 (file)
--- a/ssl.c
+++ b/ssl.c
 #include "mbedtls/base64.h"
 #include "mbedtls/error.h"
 
 #include "mbedtls/base64.h"
 #include "mbedtls/error.h"
 
+#include "config.h"
 #include "project.h"
 #include "miscutil.h"
 #include "errlog.h"
 #include "jcc.h"
 #include "project.h"
 #include "miscutil.h"
 #include "errlog.h"
 #include "jcc.h"
-#include "config.h"
 #include "ssl.h"
 
 
 #include "ssl.h"