From 866a6ca0e749f4446b7fdc7579a6d553df85ec10 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 5 Jan 2022 14:27:09 -0800 Subject: Moved includes to its own directory --- src/graphics/mbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics/mbox.c') diff --git a/src/graphics/mbox.c b/src/graphics/mbox.c index c0a8a57..0dac497 100644 --- a/src/graphics/mbox.c +++ b/src/graphics/mbox.c @@ -1,4 +1,4 @@ -#include "../sys/core.h" +#include /* mailbox message buffer */ volatile unsigned int __attribute__((aligned(16))) mbox[36]; -- cgit v1.2.1