diff --git a/core/rec-x64/xbyak/COPYRIGHT b/core/deps/xbyak/COPYRIGHT similarity index 100% rename from core/rec-x64/xbyak/COPYRIGHT rename to core/deps/xbyak/COPYRIGHT diff --git a/core/rec-x64/xbyak/xbyak.h b/core/deps/xbyak/xbyak.h similarity index 100% rename from core/rec-x64/xbyak/xbyak.h rename to core/deps/xbyak/xbyak.h diff --git a/core/rec-x64/xbyak/xbyak_bin2hex.h b/core/deps/xbyak/xbyak_bin2hex.h similarity index 100% rename from core/rec-x64/xbyak/xbyak_bin2hex.h rename to core/deps/xbyak/xbyak_bin2hex.h diff --git a/core/rec-x64/xbyak/xbyak_mnemonic.h b/core/deps/xbyak/xbyak_mnemonic.h similarity index 100% rename from core/rec-x64/xbyak/xbyak_mnemonic.h rename to core/deps/xbyak/xbyak_mnemonic.h diff --git a/core/rec-x64/xbyak/xbyak_util.h b/core/deps/xbyak/xbyak_util.h similarity index 100% rename from core/rec-x64/xbyak/xbyak_util.h rename to core/deps/xbyak/xbyak_util.h diff --git a/core/rec-x64/rec_x64.cpp b/core/rec-x64/rec_x64.cpp index 699974be1..1d46ef16f 100644 --- a/core/rec-x64/rec_x64.cpp +++ b/core/rec-x64/rec_x64.cpp @@ -1,4 +1,4 @@ -#include "xbyak/xbyak.h" +#include "deps/xbyak/xbyak.h" #include "types.h"