TS-2323: remove unnecessary includes from UrlRewrite

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6cb2477c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6cb2477c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6cb2477c

Branch: refs/heads/master
Commit: 6cb2477c5a2052f16f281d886e196aceea2f7f3c
Parents: 238e339
Author: James Peach <[email protected]>
Authored: Fri Nov 1 12:47:43 2013 -0700
Committer: James Peach <[email protected]>
Committed: Tue Nov 5 16:46:41 2013 -0800

----------------------------------------------------------------------
 proxy/http/remap/UrlRewrite.cc | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6cb2477c/proxy/http/remap/UrlRewrite.cc
----------------------------------------------------------------------
diff --git a/proxy/http/remap/UrlRewrite.cc b/proxy/http/remap/UrlRewrite.cc
index a6f1c23..4f8849f 100644
--- a/proxy/http/remap/UrlRewrite.cc
+++ b/proxy/http/remap/UrlRewrite.cc
@@ -22,21 +22,12 @@
  */
 
 #include "UrlRewrite.h"
-#include "Main.h"
-#include "P_EventSystem.h"
-#include "StatSystem.h"
-#include "P_Cache.h"
 #include "ProxyConfig.h"
 #include "ReverseProxy.h"
-#include "MatcherUtils.h"
-#include "Tokenizer.h"
-#include "api/ts/remap.h"
 #include "UrlMappingPathIndex.h"
 #include "RemapConfig.h"
 #include "I_Layout.h"
 
-#include "ink_string.h"
-
 #define modulePrefix "[ReverseProxy]"
 
 /**

Reply via email to