diff --git a/src/ox/std/types.hpp b/src/ox/std/types.hpp index 478af561e..bc200352e 100644 --- a/src/ox/std/types.hpp +++ b/src/ox/std/types.hpp @@ -23,11 +23,9 @@ typedef unsigned long uint64_t; #endif namespace ox { -namespace std { typedef uint32_t Error; -} } #if defined(_LP64) || defined(__ppc64__) || defined(__aarch64__)