gskit, nss: do not include strequal.h

follow-up to 811a693b80
This commit is contained in:
Kamil Dudka 2016-10-31 17:33:46 +01:00
parent 47a21ca9ba
commit 1071680946
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
#include "vtls.h"
#include "connect.h" /* for the connect timeout */
#include "select.h"
#include "strequal.h"
#include "strcase.h"
#include "x509asn1.h"
#include "curl_printf.h"

View File

@ -34,7 +34,7 @@
#include "formdata.h" /* for the boundary function */
#include "url.h" /* for the ssl config check function */
#include "connect.h"
#include "strequal.h"
#include "strcase.h"
#include "select.h"
#include "vtls.h"
#include "llist.h"