diff options
Diffstat (limited to 'apps/http-server/http-client')
-rw-r--r-- | apps/http-server/http-client/http_client.h | 6 |
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: |