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:
parent
964ba0a0d5
commit
5a712b5bcf
@ -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.
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user