From f9790f48a9f8c91e0c2142d7030b7e0f27c104f0 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Sat, 23 Mar 2019 21:00:43 +0100 Subject: [HICN-6] ATS fixes Change-Id: I1e9a214ead9d4d9bacd98d797371783ad39909f7 Signed-off-by: Mauro Sardara --- apps/http-server/http-client/http_client.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/http-server/http-client') diff --git a/apps/http-server/http-client/http_client.h b/apps/http-server/http-client/http_client.h index 087a061ab..f36c2fa35 100644 --- a/apps/http-server/http-client/http_client.h +++ b/apps/http-server/http-client/http_client.h @@ -17,13 +17,7 @@ #include -#if defined(HICNET) #include -#elif defined(ICNET) -#include -#else -#error "No ICN tranport library to which link against." -#endif class HTTPClient { public: -- cgit 1.2.3-korg