From ed60a032a8da20d959467ad822953b4485d15ab3 Mon Sep 17 00:00:00 2001 From: Martin Janiczek Date: Fri, 27 Oct 2023 11:47:23 +0200 Subject: [PATCH] LibTest: Clean up an unneeded import --- Userland/Libraries/LibTest/TestMain.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Userland/Libraries/LibTest/TestMain.cpp b/Userland/Libraries/LibTest/TestMain.cpp index e829bf67aa..657946fad7 100644 --- a/Userland/Libraries/LibTest/TestMain.cpp +++ b/Userland/Libraries/LibTest/TestMain.cpp @@ -5,8 +5,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include - #include #include #include