From 860d937c5680a58ac1437a3daba93496ecc3ad78 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 9 Jun 2021 20:09:16 +0200 Subject: move arch.h into arch/ sub-dir --- lib/executor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/executor.cc') diff --git a/lib/executor.cc b/lib/executor.cc index 52bdf01..b54c949 100644 --- a/lib/executor.cc +++ b/lib/executor.cc @@ -2,7 +2,7 @@ #include "executor.h" -#include "arch.h" +#include "arch/api.h" namespace nMatcha { const void* Executor::getStackPtr() const { -- cgit v1.2.3