From 16350d99f4301620e6f9d28b75330f1add82eb52 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Mon, 15 Dec 2025 07:14:19 -0500 Subject: [PATCH] GP-6155: Fixing compilation error --- .../bin/format/dwarf/external/HttpDebugInfoDProviderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Features/Base/src/test/java/ghidra/app/util/bin/format/dwarf/external/HttpDebugInfoDProviderTest.java b/Ghidra/Features/Base/src/test/java/ghidra/app/util/bin/format/dwarf/external/HttpDebugInfoDProviderTest.java index 72a7b99f2c..f09f2d4ecb 100644 --- a/Ghidra/Features/Base/src/test/java/ghidra/app/util/bin/format/dwarf/external/HttpDebugInfoDProviderTest.java +++ b/Ghidra/Features/Base/src/test/java/ghidra/app/util/bin/format/dwarf/external/HttpDebugInfoDProviderTest.java @@ -27,9 +27,9 @@ import org.junit.Test; import com.sun.net.httpserver.HttpServer; +import generic.hash.HashUtilities; import generic.test.AbstractGenericTest; import ghidra.app.util.bin.format.dwarf.external.DebugStreamProvider.StreamInfo; -import ghidra.util.HashUtilities; import ghidra.util.exception.CancelledException; import ghidra.util.task.TaskMonitor;