diff --git a/core/hw/sh4/dyna/driver.cpp b/core/hw/sh4/dyna/driver.cpp index c286d8f25..fdf06bc3a 100644 --- a/core/hw/sh4/dyna/driver.cpp +++ b/core/hw/sh4/dyna/driver.cpp @@ -1,6 +1,7 @@ #include "types.h" #include +#include "deps/xxhash/xxhash.h" #include "../sh4_interpreter.h" #include "../sh4_opcode_list.h" #include "../sh4_core.h" @@ -20,7 +21,6 @@ #include "blockmanager.h" #include "ngen.h" #include "decoder.h" -#include "deps/xxhash/xxhash.h" #if FEAT_SHREC != DYNAREC_NONE