summaryrefslogtreecommitdiffstats
path: root/apps/http-server/http-client/http_client.h
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-03-24 08:20:19 +0000
committerGerrit Code Review <gerrit@fd.io>2019-03-24 08:20:19 +0000
commitd7e4753b9d8035f4898989708bf1dbcd79e59585 (patch)
tree1f8ece76895df23b43fe8a67bfc5bc0985998cc4 /apps/http-server/http-client/http_client.h
parent8aac03e30ed3fc291542de23e5c02d2c4e05a66f (diff)
parentf9790f48a9f8c91e0c2142d7030b7e0f27c104f0 (diff)
Merge "[HICN-6] ATS fixes"
Diffstat (limited to 'apps/http-server/http-client/http_client.h')
-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: