From a4186381fbe0f290cb7b1f1e80b3af39d024686d Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Mon, 24 Aug 2015 13:27:51 +0200 Subject: [PATCH] xbyak: Move to deps folder --- core/{rec-x64 => deps}/xbyak/COPYRIGHT | 0 core/{rec-x64 => deps}/xbyak/xbyak.h | 0 core/{rec-x64 => deps}/xbyak/xbyak_bin2hex.h | 0 core/{rec-x64 => deps}/xbyak/xbyak_mnemonic.h | 0 core/{rec-x64 => deps}/xbyak/xbyak_util.h | 0 core/rec-x64/rec_x64.cpp | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename core/{rec-x64 => deps}/xbyak/COPYRIGHT (100%) rename core/{rec-x64 => deps}/xbyak/xbyak.h (100%) rename core/{rec-x64 => deps}/xbyak/xbyak_bin2hex.h (100%) rename core/{rec-x64 => deps}/xbyak/xbyak_mnemonic.h (100%) rename core/{rec-x64 => deps}/xbyak/xbyak_util.h (100%) 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"