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;