--- a/src/json.c Fri Dec 20 21:25:33 2024 +0100 +++ b/src/json.c Sat Dec 21 21:03:28 2024 +0100 @@ -26,14 +26,14 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "cx/json.h" + #include <string.h> #include <ctype.h> #include <assert.h> #include <stdio.h> #include <errno.h> -#include "cx/json.h" - /* * RFC 8259 * https://tools.ietf.org/html/rfc8259