Forráskód Böngészése

LibTest: Clean up an unneeded import

Martin Janiczek 1 éve
szülő
commit
ed60a032a8
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      Userland/Libraries/LibTest/TestMain.cpp

+ 0 - 2
Userland/Libraries/LibTest/TestMain.cpp

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