summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
diff options
context:
space:
mode:
authorOatmealDome <OatmealDome@users.noreply.github.com>2026-01-25 20:28:56 -0500
committerGitHub <noreply@github.com>2026-01-25 20:28:56 -0500
commit5bedfe7732360301dfc46021482fadc51952d543 (patch)
tree4263ea748b1b70960a1e28ae89cd26a361be4faf /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
parentcdbea8867df3d0a6fc375e78726dae95612fb1fd (diff)
parenta14c88ba67a51b0a563a5fc800cd089e82ffacaf (diff)
Merge pull request #14304 from SuperSamus/header-cleanup
Remove unused imports
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp')
-rw-r--r--Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
index 083ff636ef..ce02b6baa5 100644
--- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
+++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
@@ -27,7 +27,6 @@
#include "Common/Assert.h"
#include "Common/GekkoDisassembler.h"
-#include "Common/StringUtil.h"
#include "Core/Core.h"
#include "Core/Debugger/CodeTrace.h"
#include "Core/Debugger/PPCDebugInterface.h"