Skip to content
Snippets Groups Projects
Commit d46bbd5d authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6282: forward declare sdpMedia in sdp.h

parent 4bfdbf99
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
*/
#include "sdp.h"
#include "sdpmedia.h"
#include "global.h"
#include "manager.h"
#define ZRTP_VERSION "1.10"
......
......@@ -41,11 +41,12 @@
#include <pj/pool.h>
#include <pj/assert.h>
#include <vector>
#include "sdpmedia.h"
#include <string>
#include <exception>
#include "global.h" // FIXME: CodecOrder shouldn't be in global.h
class sdpMedia;
namespace sfl {
class AudioCodec;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment