]> git.ozlabs.org Git - ccan/blobdiff - ccan/str_talloc/str_talloc.c
Simplify -I lines: change includes to ccan/
[ccan] / ccan / str_talloc / str_talloc.c
index 7438f48033052eb1ae4fd56df267632dc9594cef..d1d2f44de4b875b994b4cd8e5899981a759bf44e 100644 (file)
@@ -4,7 +4,7 @@
 #include <limits.h>
 #include <stdlib.h>
 #include "str_talloc.h"
-#include "talloc/talloc.h"
+#include <ccan/talloc/talloc.h>
 
 char **strsplit(const void *ctx, const char *string, const char *delims,
                 unsigned int *nump)