]> git.ozlabs.org Git - ccan/blobdiff - ccan/ciniparser/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / ciniparser / _info
index e3af8bafeaee5bccb97eeb95a65b2510fc956917..749a4558cc8d71ae8e53869a26267a536abc4b88 100644 (file)
@@ -1,9 +1,10 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * ciniparser - easily parse and manipulate ini style configuration files
+ *
  * A dictionary object is allocated which contains string keys and values.
  * Functions to read string values return statically allocated objects,
  * there is no need to free them (also, do not modify them directly).