]> git.ozlabs.org Git - ccan/blobdiff - ccan/ttxml/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / ttxml / _info
index ef21982ddd40c82c086fa9a3288919967490f6af..266a73404a152b0c008d87d6f9a107f8b3fb735f 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * ttxml - tiny XML library for parsing (trusted!) XML documents.
@@ -28,9 +29,6 @@
  *
  * License: GPL
  * Author: Daniel Burke <dan.p.burke@gmail.com>
- * Ccanlint:
- *     // Please add a comment about license in each source file
- *     license_comment FAIL
  */
 int main(int argc, char *argv[])
 {