aboutsummaryrefslogtreecommitdiff
path: root/tests/validate_examples/graph_depthwiseconvolution.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validate_examples/graph_depthwiseconvolution.cpp')
-rw-r--r--tests/validate_examples/graph_depthwiseconvolution.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/validate_examples/graph_depthwiseconvolution.cpp b/tests/validate_examples/graph_depthwiseconvolution.cpp
index 3ea33e1deb..7660e47313 100644
--- a/tests/validate_examples/graph_depthwiseconvolution.cpp
+++ b/tests/validate_examples/graph_depthwiseconvolution.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 ARM Limited.
+ * Copyright (c) 2019-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -23,8 +23,6 @@
*/
#include "arm_compute/graph.h"
-#include "support/ToolchainSupport.h"
-
#include "tests/NEON/Accessor.h"
#include "tests/validation/Validation.h"
#include "tests/validation/reference/DepthwiseConvolutionLayer.h"