diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-09 10:10:33 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-09 10:10:33 +0100 |
| commit | f1ef0b0b4c54b2c370704aacb13a37e9abd4a6a0 (patch) | |
| tree | 2ff237f4da67a34d633dcb57de62d8c15b8c41d9 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 387b4dea254b9660aa295380b7c97713257eb839 (diff) | |
Fix namespacing so it lines up properly with file names and paths (#715)
* Fix stupid namespacing so it lines up properly with file names and paths.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 3808810cf..bb475eb2c 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -12,7 +12,6 @@ using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading; using System.Threading.Tasks; -using Emby.Common.Implementations.Serialization; using Emby.Dlna; using Emby.Dlna.Main; using Emby.Dlna.Ssdp; |
