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
Notes: sideshowbarker 2024-07-19 03:14:56 +09:00

View file

@ -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;