Fix includes in formats/media.hh

This commit is contained in:
Aaro Altonen 2020-08-05 09:09:33 +03:00
parent e69c9f8402
commit 96ba50a159
1 changed files with 3 additions and 3 deletions

View File

@ -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 {