]> git.ozlabs.org Git - ccan/blobdiff - tools/namespacize.c
tal/str: move tal string functions here from tal.
[ccan] / tools / namespacize.c
index 156b0f91e9aab628d5285dd4e3285fe81f4bbebe..0cbd67342d40205419d522f8c7adfcf55acb0b73 100644 (file)
@@ -1,5 +1,4 @@
 /* Code to move a ccan module into the ccan_ namespace. */
-#include <err.h>
 #include <errno.h>
 #include <string.h>
 #include <stdbool.h>
@@ -14,6 +13,7 @@
 #include "ccan/str_talloc/str_talloc.h"
 #include "ccan/grab_file/grab_file.h"
 #include "ccan/talloc/talloc.h"
+#include "ccan/err/err.h"
 #include "tools.h"
 
 static bool verbose = false;