all repos — mgba @ f72a582382134370cdde110f6a46c59b4932cf17

mGBA Game Boy Advance Emulator

Debugger: Fix included file
Jeffrey Pfau jeffrey@endrift.com
Tue, 11 Oct 2016 16:02:32 -0700
commit

f72a582382134370cdde110f6a46c59b4932cf17

parent

e5c61e0093a9219cdf95b01eb74aa0f48250d01f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/debugger/debugger.hsrc/debugger/debugger.h

@@ -8,7 +8,7 @@ #define DEBUGGER_H

#include "util/common.h" -#include "arm/arm.h" +#include "core/cpu.h" #include "core/log.h" #include "util/vector.h"