This is an automated email from the ASF dual-hosted git repository.

paziz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new caff1db  Get rid of include unordered_map
caff1db is described below

commit caff1db395736e5af8b67e9d933b59ff2b103945
Author: Persia Aziz <per...@yahoo-inc.com>
AuthorDate: Tue Nov 14 09:11:16 2017 -0600

    Get rid of include unordered_map
---
 iocore/net/P_SSLSNI.h | 1 -
 proxy/http/HttpSM.cc  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/iocore/net/P_SSLSNI.h b/iocore/net/P_SSLSNI.h
index cbc2825..ccdfe42 100644
--- a/iocore/net/P_SSLSNI.h
+++ b/iocore/net/P_SSLSNI.h
@@ -37,7 +37,6 @@
 #include "ts/MatcherUtils.h"
 #include "openssl/ossl_typ.h"
 #include <vector>
-#include <unordered_map>
 #include <strings.h>
 #include "LuaSNIConfig.h"
 
diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index d7c1ce8..c471520 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -42,7 +42,6 @@
 #include <openssl/ossl_typ.h>
 #include <openssl/ssl.h>
 #include "HttpPages.h"
-#include <unordered_map>
 
 #include "IPAllow.h"
 //#include "I_Auth.h"

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to