summaryrefslogtreecommitdiff
path: root/emux64/src/cpu/cpu_subr.c
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-10-12 20:59:04 -0400
committerIan Moffett <ian@osmora.org>2025-10-12 20:59:04 -0400
commitb1c22317f2a3034952af3497fdb2394de7dc3a32 (patch)
tree5fa4d3a2a4ff71d9aab8f72e04db863aa2b29296 /emux64/src/cpu/cpu_subr.c
parent1f373e3c596ec99e0f3d23fdb863931e8f0a6956 (diff)
misc: Use quoted includes
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'emux64/src/cpu/cpu_subr.c')
-rw-r--r--emux64/src/cpu/cpu_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emux64/src/cpu/cpu_subr.c b/emux64/src/cpu/cpu_subr.c
index a7be333..8833bdf 100644
--- a/emux64/src/cpu/cpu_subr.c
+++ b/emux64/src/cpu/cpu_subr.c
@@ -27,9 +27,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <cpu/cpu.h>
#include <stdio.h>
#include <errno.h>
+#include "cpu/cpu.h"
void
cpu_dump(struct osmx_core *core)