]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ff-binary.c
Opt: Deleted extra newlines after failure messages
[libucw.git] / ucw / ff-binary.c
index 47163f29717b5e6b63ad4204d4696552b471cbb9..c8c0ff3a6fa3763ceea69f66bb795425b019a782 100644 (file)
@@ -7,9 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/ff-binary.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/ff-binary.h>
 
 #define GEN(type, name, size, endian)                          \
 type bget##name##_##endian##_slow(struct fastbuf *f)           \