From fc47e28f30259c12653d604447e0518576a039ca Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 2 Jun 2011 11:57:11 -0400 Subject: [PATCH] * #5998: removed using namespacestd from AudioZrtpSession.h --- sflphone-common/src/audio/audiortp/AudioZrtpSession.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sflphone-common/src/audio/audiortp/AudioZrtpSession.h b/sflphone-common/src/audio/audiortp/AudioZrtpSession.h index 60039d77cd..71a2ac5e93 100644 --- a/sflphone-common/src/audio/audiortp/AudioZrtpSession.h +++ b/sflphone-common/src/audio/audiortp/AudioZrtpSession.h @@ -30,8 +30,6 @@ #ifndef __SFL_AUDIO_ZRTP_SESSION_H__ #define __SFL_AUDIO_ZRTP_SESSION_H__ -using namespace std; - #include <ccrtp/rtp.h> #include <libzrtpcpp/zrtpccrtp.h> -- GitLab