summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rtp.cpp
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-08-19 05:36:27 +0300
committerUoti Urpala <uau@mplayer2.org>2011-08-19 21:37:16 +0300
commit3043beffab4cb93f33720ea97a962f16dd9e16df (patch)
tree82aaa5951d22fb551c277ecc5873ad2a37d1946f /libmpdemux/demux_rtp.cpp
parentb2e213d88976f166b115fc6de6e3c4105d128576 (diff)
downloadmpv-3043beffab4cb93f33720ea97a962f16dd9e16df.tar.bz2
mpv-3043beffab4cb93f33720ea97a962f16dd9e16df.tar.xz
demuxer.h: avoid including stream.h
Drop the unnecessary include and add a missing direct include in some files. This also revealed that demux_rtp_internal.h was missing a config.h include, fix that too.
Diffstat (limited to 'libmpdemux/demux_rtp.cpp')
-rw-r--r--libmpdemux/demux_rtp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/demux_rtp.cpp b/libmpdemux/demux_rtp.cpp
index c9c950de8a..6799843ee0 100644
--- a/libmpdemux/demux_rtp.cpp
+++ b/libmpdemux/demux_rtp.cpp
@@ -25,8 +25,10 @@ extern "C" {
#include <windows.h> // windows.h, but not the other way around.
#endif
#include "demux_rtp.h"
+#include "stream/stream.h"
#include "stheader.h"
#include "options.h"
+#include "config.h"
}
#include "demux_rtp_internal.h"