]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf-parse.c
Conf: Decoupled cf_stack_done() from committing
[libucw.git] / ucw / conf-parse.c
index 4cfeee1484341621c72f6bb7679febc87bd27dac..f2f15a99aa234a807913305f20d8774422be6ef2 100644 (file)
@@ -8,9 +8,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/conf.h"
-#include "ucw/chartype.h"
+#include <ucw/lib.h>
+#include <ucw/conf.h>
+#include <ucw/chartype.h>
 
 #include <stdlib.h>
 #include <stdio.h>