You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2012/06/01 00:53:44 UTC

git commit: TS-1286 Remove proxy allocator includes where not necessary

Updated Branches:
  refs/heads/master 9e7a9130b -> a4990c17f


TS-1286 Remove proxy allocator includes where not necessary


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

Branch: refs/heads/master
Commit: a4990c17f6428644f5e6c81bbc2806ceafa485cd
Parents: 9e7a913
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu May 31 16:53:38 2012 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu May 31 16:53:38 2012 -0600

----------------------------------------------------------------------
 iocore/eventsystem/I_EventSystem.h        |    1 -
 iocore/eventsystem/I_PriorityEventQueue.h |    1 -
 iocore/eventsystem/P_UnixEThread.h        |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a4990c17/iocore/eventsystem/I_EventSystem.h
----------------------------------------------------------------------
diff --git a/iocore/eventsystem/I_EventSystem.h b/iocore/eventsystem/I_EventSystem.h
index 4cec28b..cb1481e 100644
--- a/iocore/eventsystem/I_EventSystem.h
+++ b/iocore/eventsystem/I_EventSystem.h
@@ -42,7 +42,6 @@
 #include "I_PriorityEventQueue.h"
 #include "I_Processor.h"
 #include "I_ProtectedQueue.h"
-#include "I_ProxyAllocator.h"
 #include "I_Thread.h"
 #include "I_VIO.h"
 #include "I_VConnection.h"

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a4990c17/iocore/eventsystem/I_PriorityEventQueue.h
----------------------------------------------------------------------
diff --git a/iocore/eventsystem/I_PriorityEventQueue.h b/iocore/eventsystem/I_PriorityEventQueue.h
index cd4707b..aaa3717 100644
--- a/iocore/eventsystem/I_PriorityEventQueue.h
+++ b/iocore/eventsystem/I_PriorityEventQueue.h
@@ -25,7 +25,6 @@
 #define _I_PriorityEventQueue_h_
 
 #include "libts.h"
-#include "I_ProxyAllocator.h"
 #include "I_Event.h"
 
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a4990c17/iocore/eventsystem/P_UnixEThread.h
----------------------------------------------------------------------
diff --git a/iocore/eventsystem/P_UnixEThread.h b/iocore/eventsystem/P_UnixEThread.h
index c569134..2de8dd0 100644
--- a/iocore/eventsystem/P_UnixEThread.h
+++ b/iocore/eventsystem/P_UnixEThread.h
@@ -32,7 +32,6 @@
 #define _P_UnixEThread_h_
 
 #include "I_EThread.h"
-#include "I_ProxyAllocator.h"
 #include "I_EventProcessor.h"
 
 const int DELAY_FOR_RETRY = HRTIME_MSECONDS(10);