aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfParser/test/DepthwiseConvolution2d.cpp')
-rw-r--r--src/armnnTfParser/test/DepthwiseConvolution2d.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp b/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
index 464e62fc23..43a7ebc28e 100644
--- a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
+++ b/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
@@ -3,13 +3,17 @@
// SPDX-License-Identifier: MIT
//
-#include <boost/test/unit_test.hpp>
-#include "armnnTfParser/ITfParser.hpp"
#include "ParserPrototxtFixture.hpp"
+
+#include "armnnTfParser/ITfParser.hpp"
+
+#include <armnnUtils/Permute.hpp>
+
+#include <boost/test/unit_test.hpp>
+
#include <string>
#include <iostream>
-#include <Permute.hpp>
using namespace armnnUtils;
using namespace armnn;