projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tools: always include config.h before anything else.
[ccan]
/
tools
/
doc_extract-core.c
diff --git
a/tools/doc_extract-core.c
b/tools/doc_extract-core.c
index 781ce2bdbcc8d5a08baac318f5e419d14fe46781..e7b4fcc702e2df3481756e7d5559d24991f6ccc5 100644
(file)
--- a/
tools/doc_extract-core.c
+++ b/
tools/doc_extract-core.c
@@
-1,4
+1,7
@@
/* This merely extracts, doesn't do XML or anything. */
/* 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>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
@@
-9,9
+12,6
@@
#include <fcntl.h>
#include <stdbool.h>
#include <ctype.h>
#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"
#include "doc_extract.h"
#include "tools.h"