1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

gnutls: do not include <assert.h>

This commit is contained in:
Giuseppe Scrivano 2014-06-11 16:39:08 +02:00
parent 964ba0a0d5
commit 5a712b5bcf
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com> 2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
* gnutls.c: Do not include <assert.h>.
* connect.c: Do not depend on always defined macros. * connect.c: Do not depend on always defined macros.
* convert.c: Likewise. * convert.c: Likewise.
* css-url.c: Likewise. * css-url.c: Likewise.

View File

@ -30,7 +30,6 @@ as that of the covered work. */
#include "wget.h" #include "wget.h"
#include <assert.h>
#include <errno.h> #include <errno.h>
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>