Commit 9363f1a3 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

strcasecompare: replaced remaining rawstr.h with strcase.h

This is a followup to commit 811a693b
parent 4f97d983
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ and that's a problem since options.h hasn't been included yet. */
#include "parsedate.h"
#include "connect.h" /* for the connect timeout */
#include "select.h"
#include "rawstr.h"
#include "strcase.h"
#include "x509asn1.h"
#include "curl_printf.h"

+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
#include "parsedate.h"
#include "connect.h" /* for the connect timeout */
#include "select.h"
#include "rawstr.h"
#include "strcase.h"
#include "warnless.h"
#include "x509asn1.h"
#include "curl_printf.h"
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@
#include "parsedate.h"
#include "connect.h" /* for the connect timeout */
#include "select.h"
#include "rawstr.h"
#include "polarssl_threadlock.h"

/* The last 3 #include files should be in this order */
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
#include <ocsp.h>
#endif

#include "rawstr.h"
#include "strcase.h"
#include "warnless.h"
#include "x509asn1.h"

+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
#include "parsedate.h"
#include "connect.h" /* for the connect timeout */
#include "select.h"
#include "rawstr.h"
#include "strcase.h"
#include "polarssl_threadlock.h"
#include "curl_printf.h"
#include "curl_memory.h"
Loading