aboutsummaryrefslogtreecommitdiff
path: root/src/graph/algorithms/TopologicalSort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/algorithms/TopologicalSort.cpp')
-rw-r--r--src/graph/algorithms/TopologicalSort.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graph/algorithms/TopologicalSort.cpp b/src/graph/algorithms/TopologicalSort.cpp
index 3647e13e92..3a69352471 100644
--- a/src/graph/algorithms/TopologicalSort.cpp
+++ b/src/graph/algorithms/TopologicalSort.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Arm Limited.
+ * Copyright (c) 2018-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -25,7 +25,7 @@
#include "arm_compute/graph/Graph.h"
-#include "arm_compute/core/utils/misc/Iterable.h"
+#include "support/Iterable.h"
#include <list>
#include <stack>
@@ -185,4 +185,4 @@ std::vector<NodeID> dfs(Graph &g)
return dfs_order_vector;
}
} // namespace graph
-} // namespace arm_compute \ No newline at end of file
+} // namespace arm_compute