From 703c19301f2e93fb59b468bdd635a9cc763fad3f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 19 Mar 2023 01:20:04 +0100 Subject: compat: fix awful typo --- compat/integer-types.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compat/integer-types.hpp b/compat/integer-types.hpp index 0ec707d3..24c0db4a 100644 --- a/compat/integer-types.hpp +++ b/compat/integer-types.hpp @@ -43,9 +43,9 @@ typedef __UINTMAX_TYPE__ uintmax_t; #include #include using ::std::size_t; -using ::std::std::ptrdiff_t; -using ::std::std::intptr_t; -using ::std::std::uintptr_t; +using ::std::ptrdiff_t; +using ::std::intptr_t; +using ::std::uintptr_t; using ::std::int8_t; using ::std::int16_t; using ::std::int32_t; -- cgit v1.2.3