From 7ec3077079445c1ab591d542d475da5fa121632e Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Fri, 9 Jun 2023 17:49:28 +1000 Subject: [PATCH] Revert "nall: Add needed #include " This reverts commit e658f50da2f0b142f672452abad987341e81efd4. bsnes' compatibility with GCC 13 was already fixed in a different way in 5cefce5c08f74cfc80eee3f82a32d846144e5277. --- nall/arithmetic.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/nall/arithmetic.hpp b/nall/arithmetic.hpp index 85a383c4..388370f1 100644 --- a/nall/arithmetic.hpp +++ b/nall/arithmetic.hpp @@ -3,8 +3,6 @@ //multi-precision arithmetic //warning: each size is quadratically more expensive than the size before it! -#include - #include #include #include