aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2019-08-13 16:13:15 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-08-14 13:07:31 +0000
commit4f77ac2685a4130b07a4d28420929d883b251571 (patch)
tree57421291b476c664b1e60983366473fd70ce62dc
parent0558ca4bdfa90d77377fc1c60e40854f988b60b5 (diff)
downloadarmnn-4f77ac2685a4130b07a4d28420929d883b251571.tar.gz
MLCE-126 Delete unused Protobuf header import
* Removed wire_format_lite_inl.h header import as it is not used by ArmNN. * In Protobuf==3.8.0, the contents of this header are in wire_format_lite.h. Signed-off-by: James Conroy <james.conroy@arm.com> Change-Id: Ie3d80f49e79aedf4932a0a090635b541a11ba0f9
-rw-r--r--src/armnnCaffeParser/CaffeParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/armnnCaffeParser/CaffeParser.cpp b/src/armnnCaffeParser/CaffeParser.cpp
index c73365bae1..cf2e140b68 100644
--- a/src/armnnCaffeParser/CaffeParser.cpp
+++ b/src/armnnCaffeParser/CaffeParser.cpp
@@ -29,7 +29,6 @@
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/io/coded_stream.h>
-#include <google/protobuf/wire_format_lite_inl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>