From debbff76f9b97f77ffa6249e92d2573548a99a40 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 25 Sep 2014 19:58:22 +0200 Subject: Remove mpbswap.h This was once central, but now it's almost unused. Only vf_divtc still uses it for extremely weird and incomprehensible reasons. The use in stream.c is trivial. Replace these, and remove mpbswap.h. --- demux/ebml.c | 1 - 1 file changed, 1 deletion(-) (limited to 'demux/ebml.c') diff --git a/demux/ebml.c b/demux/ebml.c index 0df683adcd..7e7765e425 100644 --- a/demux/ebml.c +++ b/demux/ebml.c @@ -34,7 +34,6 @@ #include "talloc.h" #include "ebml.h" #include "stream/stream.h" -#include "osdep/mpbswap.h" #include "common/msg.h" // Whether the id is a known Matroska level 1 element (allowed as element on -- cgit v1.2.3