From 83e0330b33c27996bae0fb092162ba1f711c4a10 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Wed, 21 Jan 2015 13:24:25 -0500 Subject: [PATCH] daemon: remove ccrtp references in tests Refs #64322 Change-Id: Iafce3260c4de6b30566b17ec3b7496198d80d56c --- daemon/test/sdesnegotiatortest.cpp | 1 - daemon/test/sdesnegotiatortest.h | 1 - 2 files changed, 2 deletions(-) diff --git a/daemon/test/sdesnegotiatortest.cpp b/daemon/test/sdesnegotiatortest.cpp index 91a99fbb40..ef2180318b 100644 --- a/daemon/test/sdesnegotiatortest.cpp +++ b/daemon/test/sdesnegotiatortest.cpp @@ -32,7 +32,6 @@ #include <stdio.h> #include <sstream> #include <cstddef> -#include <ccrtp/rtp.h> #include <string> #include <cstring> #include <math.h> diff --git a/daemon/test/sdesnegotiatortest.h b/daemon/test/sdesnegotiatortest.h index 7610124315..9e4548e028 100644 --- a/daemon/test/sdesnegotiatortest.h +++ b/daemon/test/sdesnegotiatortest.h @@ -37,7 +37,6 @@ #include <cstddef> #include <stdio.h> #include <sstream> -#include <ccrtp/rtp.h> #include <vector> -- GitLab