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

LibTest: Clean up an unneeded import

This commit is contained in:
Martin Janiczek 2023-10-27 11:47:23 +02:00 committed by Andrew Kaster
parent 4c068ba921
commit ed60a032a8

View file

@ -5,8 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibTest/TestCase.h>
#include <AK/Format.h>
#include <AK/Vector.h>
#include <LibTest/TestSuite.h>