X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fhashfunc.c;h=ada2a43f22f920856571fd2fff98c95eaac01985;hb=3bf739559578b42ef385479feb602b2dfe1f41b5;hp=2ea365700b2c2a818c6978d8bab515c5480a05f2;hpb=ad920945145a18895ef391511c92ef42e0e4c3d7;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. */