From: Rusty Russell Date: Fri, 4 Nov 2016 20:54:47 +0000 (+1030) Subject: tal: remove ccan/talloc from example. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=c3a3b7453182a388c6cc076bd2983384ba3d0529;ds=sidebyside tal: remove ccan/talloc from example. Signed-off-by: Rusty Russell --- diff --git a/ccan/tal/_info b/ccan/tal/_info index 890cb2e7..5285c163 100644 --- a/ccan/tal/_info +++ b/ccan/tal/_info @@ -29,7 +29,7 @@ * Example: * #include * #include - * #include + * #include * * // A structure containing a popened command. * struct command {