aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph.h')
-rw-r--r--arm_compute/graph.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arm_compute/graph.h b/arm_compute/graph.h
index 823a20f677..6d592b97ea 100644
--- a/arm_compute/graph.h
+++ b/arm_compute/graph.h
@@ -39,10 +39,12 @@
#include "arm_compute/graph/TypePrinter.h"
#include "arm_compute/graph/Types.h"
-// Algorithms
+// Nodes
+#include "arm_compute/graph/nodes/Nodes.h"
+
+// Algorithms, Mutators, Printers
#include "arm_compute/graph/algorithms/Algorithms.h"
#include "arm_compute/graph/mutators/GraphMutators.h"
-#include "arm_compute/graph/nodes/Nodes.h"
#include "arm_compute/graph/printers/Printers.h"
// Frontend