summaryrefslogtreecommitdiffstats
path: root/libc/test/src/__support/integer_to_string_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/__support/integer_to_string_test.cpp')
-rw-r--r--libc/test/src/__support/integer_to_string_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/test/src/__support/integer_to_string_test.cpp b/libc/test/src/__support/integer_to_string_test.cpp
index a2a80c81b9f6..270fddd828b6 100644
--- a/libc/test/src/__support/integer_to_string_test.cpp
+++ b/libc/test/src/__support/integer_to_string_test.cpp
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
+#include "src/__support/CPP/limits.h"
#include "src/__support/CPP/span.h"
#include "src/__support/CPP/string_view.h"
#include "src/__support/UInt.h"
@@ -15,8 +16,6 @@
#include "test/UnitTest/Test.h"
-#include "limits.h"
-
using LIBC_NAMESPACE::IntegerToString;
using LIBC_NAMESPACE::cpp::span;
using LIBC_NAMESPACE::cpp::string_view;