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/01/17 01:21:46 UTC

[trafficserver] branch quic-latest updated: Include headers at an apropriate place

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 1a8b894  Include headers at an apropriate place
1a8b894 is described below

commit 1a8b894ecc0abdb760c745c631ecd44d484713c0
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Wed Jan 17 10:20:47 2018 +0900

    Include headers at an apropriate place
---
 iocore/net/quic/QUICConnection.h | 1 -
 iocore/net/quic/QUICHandshake.h  | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/QUICConnection.h b/iocore/net/quic/QUICConnection.h
index e236c82..c2df2f3 100644
--- a/iocore/net/quic/QUICConnection.h
+++ b/iocore/net/quic/QUICConnection.h
@@ -28,7 +28,6 @@
 #include "QUICPacketTransmitter.h"
 #include "QUICFrameTransmitter.h"
 #include "QUICFrameHandler.h"
-#include "QUICTransportParameters.h"
 
 class QUICApplication;
 class QUICStreamManager;
diff --git a/iocore/net/quic/QUICHandshake.h b/iocore/net/quic/QUICHandshake.h
index f6c3973..99eda15 100644
--- a/iocore/net/quic/QUICHandshake.h
+++ b/iocore/net/quic/QUICHandshake.h
@@ -25,6 +25,7 @@
 
 #include "QUICConnection.h"
 #include "QUICApplication.h"
+#include "QUICTransportParameters.h"
 
 /**
  * @class QUICHandshake

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