diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-06-22 16:26:58 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-06-22 16:26:58 +0200 |
commit | cb73ef06a552a7b6ecfffb7491216b8c22bce043 (patch) | |
tree | 2ca14ab8f1b0336cc1452c9ece124b769054da16 /apps/http-proxy/src/icn_receiver.cc | |
parent | 39a761498b941932820a70ad179c276c183d6d1f (diff) |
[HICN-630] Modify hicn-proxy file names to respect codestyle for filenames
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I49d62aee60f107a4e9722ac3b671d06bdee2b349
Diffstat (limited to 'apps/http-proxy/src/icn_receiver.cc')
-rw-r--r-- | apps/http-proxy/src/icn_receiver.cc | 6 |
1 files changed, 2 insertions, 4 deletions
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 <hicn/http-proxy/http_1x_message_fast_parser.h> #include <hicn/http-proxy/icn_receiver.h> - +#include <hicn/http-proxy/utils.h> #include <hicn/transport/core/interest.h> #include <hicn/transport/http/default_values.h> #include <hicn/transport/utils/hash.h> @@ -23,9 +24,6 @@ #include <functional> #include <memory> -#include <hicn/http-proxy/HTTP1.xMessageFastParser.h> -#include <hicn/http-proxy/utils.h> - namespace transport { AsyncConsumerProducer::AsyncConsumerProducer( |