From e1dbbf7e8e0b2d5101aa4e06d90f82cfab5087d2 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 11 Mar 2019 19:19:15 +0100 Subject: [HICN-106] Added generation of .lib for dll shared libraries fixed warning for shift in csum_fold function in libhicn added declaration of external symbol in libtransport log. Change-Id: I9377eb6016a74f14eb8f05df2ced36ee41a27bfd Signed-off-by: Mauro Sardara --- libtransport/src/hicn/transport/core/forwarder_interface.h | 2 -- libtransport/src/hicn/transport/core/manifest_inline.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'libtransport/src/hicn/transport') diff --git a/libtransport/src/hicn/transport/core/forwarder_interface.h b/libtransport/src/hicn/transport/core/forwarder_interface.h index d470b6276..974b1c39a 100644 --- a/libtransport/src/hicn/transport/core/forwarder_interface.h +++ b/libtransport/src/hicn/transport/core/forwarder_interface.h @@ -19,8 +19,6 @@ #include #include #include -#include - #include namespace transport { diff --git a/libtransport/src/hicn/transport/core/manifest_inline.h b/libtransport/src/hicn/transport/core/manifest_inline.h index 60eb08433..385e43af3 100644 --- a/libtransport/src/hicn/transport/core/manifest_inline.h +++ b/libtransport/src/hicn/transport/core/manifest_inline.h @@ -18,8 +18,6 @@ #include #include #include -#include - #include namespace transport { -- cgit 1.2.3-korg