aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-03 21:18:51 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-03 21:18:51 -0400
commit46efa464d851d3f78b74ac02d061388115cf6d66 (patch)
tree56b95c1ff2dd71e2b75b27e059da9173b7d915b5 /MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs
parent70e146a0b2b96129da80476a01bb794936419242 (diff)
move classes
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs b/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs
index f5a11ae1f..6247e4c17 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/ResponseFilter.cs
@@ -1,6 +1,5 @@
using MediaBrowser.Model.Logging;
using MediaBrowser.Server.Implementations.HttpServer.SocketSharp;
-using ServiceStack.Web;
using System;
using System.Globalization;
using System.Net;