You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/10/05 18:29:57 UTC

[trafficserver] branch master updated: Change the include from .cc to .h, as Odin intended

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

zwoop 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 f556ec6  Change the include from .cc to .h, as Odin intended
f556ec6 is described below

commit f556ec6312fa0d90eb0831718ddf06095e034bc9
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Oct 5 11:47:15 2017 -0600

    Change the include from .cc to .h, as Odin intended
---
 mgmt/utils/MgmtSocket.cc | 2 +-
 proxy/http2/Makefile.am  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mgmt/utils/MgmtSocket.cc b/mgmt/utils/MgmtSocket.cc
index 9c372a8..bbb0c69 100644
--- a/mgmt/utils/MgmtSocket.cc
+++ b/mgmt/utils/MgmtSocket.cc
@@ -23,7 +23,7 @@
 
 #include "ts/ink_platform.h"
 #include "ts/ink_assert.h"
-#include <ts/ink_cap.cc>
+#include "ts/ink_cap.h"
 #include "MgmtSocket.h"
 
 #if HAVE_UCRED_H
diff --git a/proxy/http2/Makefile.am b/proxy/http2/Makefile.am
index 3124e46..848b71c 100644
--- a/proxy/http2/Makefile.am
+++ b/proxy/http2/Makefile.am
@@ -89,7 +89,7 @@ test_HPACK_LDADD = \
   $(top_builddir)/mgmt/libmgmt_p.la \
   $(top_builddir)/proxy/shared/libUglyLogStubs.a \
   @LIBTCL@ \
-  @HWLOC_LIBS@ @LIBCAP@
+  @HWLOC_LIBS@
 
 test_HPACK_SOURCES = \
   test_HPACK.cc \

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