From d38daf48a709fbaff3891396af1fd5931af46cf9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Dec 2013 15:03:30 +0100 Subject: Remove unused includes. Fix missing ; --- src/srtp.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/srtp.cc b/src/srtp.cc index 72b3651..a7abd5c 100644 --- a/src/srtp.cc +++ b/src/srtp.cc @@ -28,13 +28,9 @@ #include "srtp.h" #ifdef WIN32 -#include -#include -#include +#include #else -#include #include -#include #endif #include "asc2bin.h" @@ -135,7 +131,7 @@ void SRTP::setupPolicy(bool confidentiality, bool authentication) { #ifndef USE_CRYPTO confidentiality = authentication = false; - printf("No crypto!\n") + printf("No crypto!\n"); #endif /* -- cgit v1.2.3