diff options
| author | Dr. Dystopia <jonis9898@hotmail.com> | 2025-05-16 15:31:31 +0200 |
|---|---|---|
| committer | Dr. Dystopia <jonis9898@hotmail.com> | 2025-05-16 15:31:31 +0200 |
| commit | bc1af564e264f42ab9b23c0927dfe4e58a1f4302 (patch) | |
| tree | c5b091c038d60bdd2078ac7b1046786cf0b438b8 | |
| parent | c211efd84a5ec159e6cf82498cf01c0ac05b94c0 (diff) | |
UnitTests/Core: Remove unused includes
| -rw-r--r-- | Source/UnitTests/Core/DSP/DSPTestText.h | 2 | ||||
| -rw-r--r-- | Source/UnitTests/Core/DSP/HermesText.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Source/UnitTests/Core/DSP/DSPTestText.h b/Source/UnitTests/Core/DSP/DSPTestText.h index 371ae29cea..c56563f1ae 100644 --- a/Source/UnitTests/Core/DSP/DSPTestText.h +++ b/Source/UnitTests/Core/DSP/DSPTestText.h @@ -3,6 +3,4 @@ #pragma once -#include <string> - extern const char s_dsp_test_text[8434]; diff --git a/Source/UnitTests/Core/DSP/HermesText.h b/Source/UnitTests/Core/DSP/HermesText.h index 99c16686e2..d23ed2e424 100644 --- a/Source/UnitTests/Core/DSP/HermesText.h +++ b/Source/UnitTests/Core/DSP/HermesText.h @@ -3,6 +3,4 @@ #pragma once -#include <string> - extern const char s_hermes_text[21370]; |
