[x64] Remove usage of xbyak_bin2hex.h

C++ has had binary-literals since C++14. There is no need for these
binary enum values from xbyak.
This commit is contained in:
Wunkolo
2022-02-03 14:21:59 -08:00
committed by Rick Gibbed
parent f356cf5df8
commit c1de37f381
2 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,6 @@
// NOTE: must be included last as it expects windows.h to already be included.
#include "third_party/xbyak/xbyak/xbyak.h"
#include "third_party/xbyak/xbyak/xbyak_bin2hex.h"
#include "third_party/xbyak/xbyak/xbyak_util.h"
namespace xe {