1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +00:00

Tests: Remove unused include

This commit is contained in:
Ben Wiederhake 2020-08-23 01:33:57 +02:00 committed by Andreas Kling
parent 01dabb65f2
commit 417ca7594b

View file

@ -30,9 +30,7 @@
#include <AK/Random.h> #include <AK/Random.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <ctype.h> #include <ctype.h>
#include <memory.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
struct Testcase { struct Testcase {
const char* dest; const char* dest;