]> git.ozlabs.org Git - ccan/blobdiff - ccan/btree/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / btree / _info
index 5d72c490f0de31d9c0f7b1208bc5519974d14eb9..7a69ed910243e5bead2fb60109a326383607abd2 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * btree - Efficient sorted associative container based on B-trees.
  *     return str;
  * }
  *
- * Author: Joey Adams
- * Version: 0.1.0
- * Licence: BSD
+ * Author: Joey Adams <joeyadams3.14159@gmail.com>
+ * License: MIT
+ * Version: 0.2
  */
 int main(int argc, char *argv[])
 {