diff --git a/src/Tgstation.Server.Host.Watchdog/IActiveAssemblyDeleter.cs b/src/Tgstation.Server.Host.Watchdog/IActiveAssemblyDeleter.cs
index dab5fb890b..70c5762154 100644
--- a/src/Tgstation.Server.Host.Watchdog/IActiveAssemblyDeleter.cs
+++ b/src/Tgstation.Server.Host.Watchdog/IActiveAssemblyDeleter.cs
@@ -1,16 +1,14 @@
-using System.Reflection;
-
-namespace Tgstation.Server.Host.Watchdog
+namespace Tgstation.Server.Host.Watchdog
{
///
- /// For deleting s used by the program
+ /// For deleting s used by the program
///
interface IActiveAssemblyDeleter
{
///
- /// Deletes an that is in use by the runtime
+ /// Deletes an that is in use by the runtime
///
- /// The of the to delete
+ /// The of the to delete
void DeleteActiveAssembly(string assemblyPath);
}
}
\ No newline at end of file