# HG changeset patch
# User cin
# Date 2021-06-01 11:27:35
# Node ID 00a2d52813eec14f0c80288e1c55a5cc3d644163
# Parent  58f49e47605b833c8d7b5abcedba23ab374a8370

fixed typo

diff --git a/Implab.ServiceHost/src/Unity/RegisterElement.cs b/Implab.ServiceHost/src/Unity/RegisterElement.cs
--- a/Implab.ServiceHost/src/Unity/RegisterElement.cs
+++ b/Implab.ServiceHost/src/Unity/RegisterElement.cs
@@ -1,8 +1,7 @@
 using System;
 using System.Collections.Generic;
 using System.Xml.Serialization;
-using Unity.Lifetime;
-using Unity.Registration;
+
 
 namespace Implab.ServiceHost.Unity {