From 1770503185919d2bfa5940464a7759f2cf837c26 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 15 Aug 2021 16:47:52 +0100 Subject: xbyak: Update include path --- src/common/x64/xbyak_abi.h | 2 +- src/common/x64/xbyak_util.h | 2 +- src/video_core/macro/macro_jit_x64.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/common/x64/xbyak_abi.h b/src/common/x64/xbyak_abi.h index c2c9b6134..0ddf9b83e 100644 --- a/src/common/x64/xbyak_abi.h +++ b/src/common/x64/xbyak_abi.h @@ -6,7 +6,7 @@ #include #include -#include +#include #include "common/assert.h" namespace Common::X64 { diff --git a/src/common/x64/xbyak_util.h b/src/common/x64/xbyak_util.h index df17f8cbe..44d2558f1 100644 --- a/src/common/x64/xbyak_util.h +++ b/src/common/x64/xbyak_util.h @@ -5,7 +5,7 @@ #pragma once #include -#include +#include #include "common/x64/xbyak_abi.h" namespace Common::X64 { diff --git a/src/video_core/macro/macro_jit_x64.h b/src/video_core/macro/macro_jit_x64.h index 7f50ac2f8..d03d480b4 100644 --- a/src/video_core/macro/macro_jit_x64.h +++ b/src/video_core/macro/macro_jit_x64.h @@ -6,7 +6,7 @@ #include #include -#include +#include #include "common/bit_field.h" #include "common/common_types.h" #include "common/x64/xbyak_abi.h" -- cgit v1.2.3