aboutsummaryrefslogtreecommitdiffstats
path: root/apps/http-server
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-03-23 21:00:43 +0100
committerMauro Sardara <msardara@cisco.com>2019-03-23 21:06:32 +0100
commitf9790f48a9f8c91e0c2142d7030b7e0f27c104f0 (patch)
tree658417484024abee41e5f3bbd7da27c2abcc51cc /apps/http-server
parent1ad06afe9f952642a26f4d28239cf05eb3283eb7 (diff)
[HICN-6] ATS fixes
Change-Id: I1e9a214ead9d4d9bacd98d797371783ad39909f7 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/http-server')
-rw-r--r--apps/http-server/http-client/http_client.h6
1 files changed, 0 insertions, 6 deletions
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 <string>
-#if defined(HICNET)
#include <hicn/transport/http/facade.h>
-#elif defined(ICNET)
-#include <icnet/icnet_http_facade.h>
-#else
-#error "No ICN tranport library to which link against."
-#endif
class HTTPClient {
public: