]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/regex.c
Heap: Interface cleanup
[libucw.git] / ucw / regex.c
index 7b89818e9a2b0abbb7fac160afb95837022e6aff..d149d60f39be49a6c974233177129b8a5aa64cf9 100644 (file)
@@ -8,10 +8,10 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/chartype.h"
-#include "ucw/hashfunc.h"
-#include "ucw/regex.h"
+#include <ucw/lib.h>
+#include <ucw/chartype.h>
+#include <ucw/hashfunc.h>
+#include <ucw/regex.h>
 
 #include <stdio.h>
 #include <string.h>