diff --git a/README.md b/README.md index 948305267..c41349561 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2907. +This is the source code for early-access 2908. ## Legal Notice diff --git a/src/common/uint128.h b/src/common/uint128.h index f890ffec2..f450a6db9 100755 --- a/src/common/uint128.h +++ b/src/common/uint128.h @@ -12,7 +12,6 @@ #pragma intrinsic(_udiv128) #else #include -#include #endif #include "common/common_types.h"