]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/base224.c
Use #include <ucw/...> instead of "ucw/..." (and similarly for the other libs)
[libucw.git] / ucw / base224.c
index 8e5cec3dd60297a4c164e73facb8d03bfda6c5f2..38f1d788618400af30c507d24b174023965315af 100644 (file)
@@ -25,8 +25,8 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/base224.h"
+#include <ucw/lib.h>
+#include <ucw/base224.h>
 
 static void
 encode_block(byte *w, u32 hi, u32 lo)