You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/03/29 00:13:59 UTC

[trafficserver] branch quic-latest updated: Remove unused header inclusion

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

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new c341432  Remove unused header inclusion
c341432 is described below

commit c341432576f220dfe01dccf8d727f517567ccc9d
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Thu Mar 29 09:12:00 2018 +0900

    Remove unused header inclusion
---
 iocore/net/QUICNetVConnection.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/iocore/net/QUICNetVConnection.cc b/iocore/net/QUICNetVConnection.cc
index 2b06b96..aa7b0c3 100644
--- a/iocore/net/QUICNetVConnection.cc
+++ b/iocore/net/QUICNetVConnection.cc
@@ -25,13 +25,11 @@
 
 #include "ts/ink_config.h"
 #include "ts/ink_std_compat.h"
-#include "ts/EventNotify.h"
 #include "records/I_RecHttp.h"
 #include "ts/Diags.h"
 
 #include "P_Net.h"
 #include "InkAPIInternal.h" // Added to include the quic_hook definitions
-#include "BIO_fastopen.h"
 #include "Log.h"
 
 #include "P_SSLNextProtocolSet.h"

-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.