]> git.ozlabs.org Git - ccan/blobdiff - tools/doc_extract-core.c
tools: always include config.h before anything else.
[ccan] / tools / doc_extract-core.c
index 781ce2bdbcc8d5a08baac318f5e419d14fe46781..e7b4fcc702e2df3481756e7d5559d24991f6ccc5 100644 (file)
@@ -1,4 +1,7 @@
 /* This merely extracts, doesn't do XML or anything. */
+#include <ccan/talloc/talloc.h>
+#include <ccan/str/str.h>
+#include <ccan/str_talloc/str_talloc.h>
 #include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -9,9 +12,6 @@
 #include <fcntl.h>
 #include <stdbool.h>
 #include <ctype.h>
-#include <ccan/talloc/talloc.h>
-#include <ccan/str/str.h>
-#include <ccan/str_talloc/str_talloc.h>
 #include "doc_extract.h"
 #include "tools.h"