Skip to content
Snippets Groups Projects
Commit 0f55ea7c authored by Adrien Béraud's avatar Adrien Béraud
Browse files

sdp: includes cleanup

parent 8b454e25
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
#include "video/libav_utils.h" #include "video/libav_utils.h"
#endif #endif
#include <algorithm>
using std::string; using std::string;
using std::map; using std::map;
using std::vector; using std::vector;
......
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
#ifndef SDP_H_ #ifndef SDP_H_
#define SDP_H_ #define SDP_H_
#include "global.h"
#include "noncopyable.h"
#include <pjmedia/sdp.h> #include <pjmedia/sdp.h>
#include <pjmedia/sdp_neg.h> #include <pjmedia/sdp_neg.h>
#include <pjsip/sip_transport.h> #include <pjsip/sip_transport.h>
...@@ -40,13 +43,11 @@ ...@@ -40,13 +43,11 @@
#include <pjmedia/errno.h> #include <pjmedia/errno.h>
#include <pj/pool.h> #include <pj/pool.h>
#include <pj/assert.h> #include <pj/assert.h>
#include <vector> #include <vector>
#include <string> #include <string>
#include <stdexcept> #include <stdexcept>
#include "global.h"
#include "noncopyable.h"
namespace sfl { namespace sfl {
class AudioCodec; class AudioCodec;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment