From a81921f0fd4296f8def24665174062782b3480be Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 16 Feb 2018 17:53:36 +0100 Subject: Added reverse proxy (TCP --> ICN) functionality Change-Id: I2305aa11aea4a37d3d63c6399c49389f78dfd91c Signed-off-by: Mauro Sardara --- http-server/content.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'http-server/content.h') diff --git a/http-server/content.h b/http-server/content.h index a81ad643..4e2fe74f 100644 --- a/http-server/content.h +++ b/http-server/content.h @@ -15,8 +15,7 @@ #include "common.h" -#ifndef ICN_WEB_SERVER_CONTENT_H_ -#define ICN_WEB_SERVER_CONTENT_H_ +#pragma once namespace icn_httpserver { @@ -34,5 +33,3 @@ class Content }; } // end namespace icn_httpserver - -#endif // ICN_WEB_SERVER_CONTENT_H_ -- cgit 1.2.3-korg