diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2026-01-25 20:28:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-25 20:28:56 -0500 |
| commit | 5bedfe7732360301dfc46021482fadc51952d543 (patch) | |
| tree | 4263ea748b1b70960a1e28ae89cd26a361be4faf /Source/UnitTests/UnitTestsMain.cpp | |
| parent | cdbea8867df3d0a6fc375e78726dae95612fb1fd (diff) | |
| parent | a14c88ba67a51b0a563a5fc800cd089e82ffacaf (diff) | |
Merge pull request #14304 from SuperSamus/header-cleanup
Remove unused imports
Diffstat (limited to 'Source/UnitTests/UnitTestsMain.cpp')
| -rw-r--r-- | Source/UnitTests/UnitTestsMain.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/UnitTests/UnitTestsMain.cpp b/Source/UnitTests/UnitTestsMain.cpp index 3edb1c1909..12b998125c 100644 --- a/Source/UnitTests/UnitTestsMain.cpp +++ b/Source/UnitTests/UnitTestsMain.cpp @@ -2,11 +2,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later // Based on gtest_main.cc -#include <cstdio> -#include <fmt/format.h> - #include "Common/MsgHandler.h" -#include "Core/Core.h" #include "gtest/gtest.h" |
