aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/test/Unsupported.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfLiteParser/test/Unsupported.cpp')
-rw-r--r--src/armnnTfLiteParser/test/Unsupported.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/armnnTfLiteParser/test/Unsupported.cpp b/src/armnnTfLiteParser/test/Unsupported.cpp
index 69744f45cf..b405e1958c 100644
--- a/src/armnnTfLiteParser/test/Unsupported.cpp
+++ b/src/armnnTfLiteParser/test/Unsupported.cpp
@@ -1,10 +1,9 @@
//
-// Copyright © 2019 Arm Ltd. All rights reserved.
+// Copyright © 2019 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "ParserFlatbuffersFixture.hpp"
-#include "../TfLiteParser.hpp"
#include <armnn/LayerVisitorBase.hpp>
#include <armnn/utility/Assert.hpp>
@@ -14,7 +13,6 @@
#include <layers/StandInLayer.hpp>
#include <sstream>
-#include <string>
#include <vector>
TEST_SUITE("TensorflowLiteParser_Unsupported")