X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fhashfunc.c;h=ada2a43f22f920856571fd2fff98c95eaac01985;hb=5de81f1debc4341fb3af4e756b0a18e196d5ba13;hp=2ea365700b2c2a818c6978d8bab515c5480a05f2;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/hashfunc.c b/ucw/hashfunc.c index 2ea36570..ada2a43f 100644 --- a/ucw/hashfunc.c +++ b/ucw/hashfunc.c @@ -11,9 +11,9 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/hashfunc.h" -#include "ucw/chartype.h" +#include +#include +#include /* The number of bits the hash in the function hash_*() is rotated by after * every pass. It should be prime with the word size. */