diff options
-rw-r--r-- | Userland/Tests/LibC/snprintf-correctness.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Tests/LibC/snprintf-correctness.cpp b/Userland/Tests/LibC/snprintf-correctness.cpp index 4f0e169b2b..abd409a634 100644 --- a/Userland/Tests/LibC/snprintf-correctness.cpp +++ b/Userland/Tests/LibC/snprintf-correctness.cpp @@ -30,9 +30,7 @@ #include <AK/Random.h> #include <AK/StringBuilder.h> #include <ctype.h> -#include <memory.h> #include <stdio.h> -#include <string.h> struct Testcase { const char* dest; |