X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Flikely%2F_info;h=095ed2f7b472e7d4aeaab22099182d911e631c9c;hb=a240178097376329b4567a6728952daa89362771;hp=ac43cc2b1a943702c80844f01ffbdb1c5079a751;hpb=8a83d6d131babba276fb602648f88b9e7e00cf58;p=ccan diff --git a/ccan/likely/_info b/ccan/likely/_info index ac43cc2b..095ed2f7 100644 --- a/ccan/likely/_info +++ b/ccan/likely/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * likely - macros for annotating likely/unlikely branches in the code @@ -10,9 +10,9 @@ * compiler and the reader. * * With CCAN_LIKELY_DEBUG defined, it provides statistics for each - * likely()/unlikely() call. + * likely()/unlikely() call (but note that this requires LGPL dependencies). * - * License: LGPL (v2.1 or any later version) + * License: CC0 (Public domain) * Author: Rusty Russell * * Example: