Fix includes in formats/media.hh
This commit is contained in:
parent
afb44e8502
commit
b1d73dad36
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
#include "rtp.hh"
|
||||
#include "socket.hh"
|
||||
#include "util.hh"
|
||||
#include "../rtp.hh"
|
||||
#include "../socket.hh"
|
||||
#include "../util.hh"
|
||||
|
||||
namespace uvg_rtp {
|
||||
|
||||
|
|
Loading…
Reference in New Issue