From b424262b160ad27e3a9b00d65b59b837ad93cf80 Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 31 Oct 2018 17:20:34 +0100 Subject: [PATCH] Only include if CPU_Z80_DEPENDENCIES_H is not defined. --- API/emulation/CPU/Z80.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 6f14bcf..64ca3d7 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -174,7 +174,9 @@ Z_C_SYMBOLS_END #ifndef CPU_Z80_OMIT_ABI_PROTOTYPE -# include +# ifndef CPU_Z80_DEPENDENCIES_H +# include +# endif Z_C_SYMBOLS_BEGIN