Revert "nall: Add needed #include <stdexcept>"

This reverts commit e658f50da2.

bsnes' compatibility with GCC 13 was already fixed in a different way in
5cefce5c08.
This commit is contained in:
Tim Allen 2023-06-09 17:49:28 +10:00 committed by Screwtapello
parent e658f50da2
commit 7ec3077079

View file

@ -3,8 +3,6 @@
//multi-precision arithmetic
//warning: each size is quadratically more expensive than the size before it!
#include <stdexcept>
#include <nall/stdint.hpp>
#include <nall/string.hpp>
#include <nall/range.hpp>