From 1c495b62a98884a4a5a3c40b2a6060f75dfac55b Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 3 Mar 2010 19:35:22 +0000 Subject: [PATCH] not using std::stack git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1648 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/sipctrl/SipCtrlInterface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/plug-in/sipctrl/SipCtrlInterface.cpp b/core/plug-in/sipctrl/SipCtrlInterface.cpp index 482e3361..50941934 100644 --- a/core/plug-in/sipctrl/SipCtrlInterface.cpp +++ b/core/plug-in/sipctrl/SipCtrlInterface.cpp @@ -45,9 +45,6 @@ #include -#include -using std::stack; - #ifndef _STANDALONE #include "AmApi.h"