src/json.c

changeset 1040
1ecf4dbbc60c
parent 1037
83620ba72cc1
--- 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

mercurial