]> git.ozlabs.org Git - ccan/blobdiff - tools/read_config_header.c
tal/str: make tal_count() work for strsplit.
[ccan] / tools / read_config_header.c
index b168a2f9494d50024410786159aeabef669c03df..e71db697d5b160959f1e864eb5c5fee54d554e11 100644 (file)
@@ -1,3 +1,4 @@
+#include <ccan/err/err.h>
 #include <ccan/grab_file/grab_file.h>
 #include <ccan/str/str.h>
 #include <ccan/str_talloc/str_talloc.h>
@@ -5,7 +6,6 @@
 #include "read_config_header.h"
 #include "tools.h"
 #include <string.h>
-#include <err.h>
 
 /* Get an identifier token. */
 char *get_symbol_token(void *ctx, const char **line)