MLCE-126 Delete unused Protobuf header import
authorJames Conroy <james.conroy@arm.com>
Tue, 13 Aug 2019 15:13:15 +0000 (16:13 +0100)
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>
Wed, 14 Aug 2019 13:07:31 +0000 (13:07 +0000)
 * 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

src/armnnCaffeParser/CaffeParser.cpp

index c73365b..cf2e140 100644 (file)
@@ -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>