Browse Source

tal: remove ccan/talloc from example.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 9 years ago
parent
commit
c3a3b74531
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/tal/_info

+ 1 - 1
ccan/tal/_info

@@ -29,7 +29,7 @@
  * Example:
  * Example:
  *	#include <stdio.h>
  *	#include <stdio.h>
  *	#include <err.h>
  *	#include <err.h>
- *	#include <ccan/talloc/talloc.h>
+ *	#include <ccan/tal/tal.h>
  *
  *
  *	// A structure containing a popened command.
  *	// A structure containing a popened command.
  *	struct command {
  *	struct command {