diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-19 01:44:58 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-19 01:44:58 +0100 |
commit | 448d06e8dc5c06f111bb6baae7d456e174225729 (patch) | |
tree | 0ddcedd3ca2d516b5e103c2b6ceee631871c651d /libihash/ihash.c | |
parent | 4d6828ca04636d331f9a050f05b576e489022a1f (diff) | |
parent | e971ab1a229d1ef1d5c1e5e1ff52ec597c55270e (diff) | |
download | hurd-448d06e8dc5c06f111bb6baae7d456e174225729.tar.gz hurd-448d06e8dc5c06f111bb6baae7d456e174225729.tar.bz2 hurd-448d06e8dc5c06f111bb6baae7d456e174225729.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
Diffstat (limited to 'libihash/ihash.c')
-rw-r--r-- | libihash/ihash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libihash/ihash.c b/libihash/ihash.c index fe9eaedf..be1c5803 100644 --- a/libihash/ihash.c +++ b/libihash/ihash.c @@ -26,13 +26,11 @@ #endif #include <errno.h> -#include <string.h> #include <stdlib.h> -#include <limits.h> #include <stdint.h> #include <assert.h> -#include <hurd/ihash.h> +#include "ihash.h" /* The prime numbers of the form 4 * i + 3 for some i, all greater |