Commit 10716809 authored by Kamil Dudka's avatar Kamil Dudka
Browse files

gskit, nss: do not include strequal.h

follow-up to 811a693b
parent 47a21ca9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"

+1 −1
Original line number Diff line number Diff line
@@ -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"