diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-05-16 12:58:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 12:58:47 -0500 |
| commit | e4f71d2513f85a2212880ab5fbf66f472c6f466a (patch) | |
| tree | fb939f9ba927a1c37649a03598cf7c20e1a6fff3 /Source | |
| parent | e83f9fb72162fb73ba1a6e023650f47186384550 (diff) | |
| parent | bc1af564e264f42ab9b23c0927dfe4e58a1f4302 (diff) | |
Merge pull request #13670 from tygyh/UnitTests/Core/Remove-unused-includes
UnitTests/Core: Remove unused includes
Diffstat (limited to 'Source')
| -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]; |
