From cb73ef06a552a7b6ecfffb7491216b8c22bce043 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 22 Jun 2020 16:26:58 +0200 Subject: [HICN-630] Modify hicn-proxy file names to respect codestyle for filenames Signed-off-by: Mauro Sardara Change-Id: I49d62aee60f107a4e9722ac3b671d06bdee2b349 --- apps/http-proxy/src/icn_receiver.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/http-proxy/src/icn_receiver.cc') diff --git a/apps/http-proxy/src/icn_receiver.cc b/apps/http-proxy/src/icn_receiver.cc index 34b85f9c9..8823907dc 100644 --- a/apps/http-proxy/src/icn_receiver.cc +++ b/apps/http-proxy/src/icn_receiver.cc @@ -13,8 +13,9 @@ * limitations under the License. */ +#include #include - +#include #include #include #include @@ -23,9 +24,6 @@ #include #include -#include -#include - namespace transport { AsyncConsumerProducer::AsyncConsumerProducer( -- cgit 1.2.3-korg