diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-24 08:36:33 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-24 08:36:33 +0100 |
commit | eac44b665c0924fa950195a2b6d890638b41fc7d (patch) | |
tree | a5d756ce9658a1ac8c8b52ec90d0f3d7b9f16048 /lib/gnutls_int.h | |
parent | 94ca52d9bf5c6f53b5c42ee6dd05eb6dce463dc4 (diff) | |
download | gnutls-eac44b665c0924fa950195a2b6d890638b41fc7d.tar.gz |
drop support for gnulib's u64
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index da09adc40f..5a59ef9c3e 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -56,7 +56,6 @@ typedef int ssize_t; #include <ws2tcpip.h> #endif #include <time.h> -#include <u64.h> /* gnulib for uint64_t */ #ifdef HAVE_LIBNETTLE #include <nettle/memxor.h> |