X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fff-binary.h;h=448ce0626dbb630b743de70228b04e5079a3a03b;hb=5453cb799a65190b348028302249af928c58cee4;hp=0e9144d54cc76bec12001afd449762f89de46a55;hpb=6cbd32307057f98fc793eaf9dc97c99c62a85a43;p=libucw.git diff --git a/ucw/ff-binary.h b/ucw/ff-binary.h index 0e9144d5..448ce062 100644 --- a/ucw/ff-binary.h +++ b/ucw/ff-binary.h @@ -11,8 +11,8 @@ #ifndef _UCW_FF_BINARY_H #define _UCW_FF_BINARY_H -#include "ucw/fastbuf.h" -#include "ucw/unaligned.h" +#include +#include #ifdef CPU_BIG_ENDIAN #define FF_ENDIAN be @@ -42,7 +42,7 @@ * - `_le` for little-endian * - `_be` for big-endian * - * If we fail to read enough bytes because the EOF, the reading function returns `(TYPE)-1`. + * If we fail to read enough bytes because of EOF, the reading function returns `(TYPE)-1`. * ***/