summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-10-26 06:59:57 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-10-29 16:20:33 +0100
commit8b28aa0767d510b84d932a94c045a693b97e8179 (patch)
treee43c849824e86df2e47bc3fa9bafb0cfe90c8126 /libavformat
parentdad75924290e15996e75c335c6c30b1d8e2e48ea (diff)
downloadffmpeg-streaming-8b28aa0767d510b84d932a94c045a693b97e8179.zip
ffmpeg-streaming-8b28aa0767d510b84d932a94c045a693b97e8179.tar.gz
avformat/dss: Remove superfluous headers
Both attributes.h and bswap.h have been included from the very beginning of this muxer without there being any reason to do so. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/dss.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/dss.c b/libavformat/dss.c
index e5b0be9..d7f9caf 100644
--- a/libavformat/dss.c
+++ b/libavformat/dss.c
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "libavutil/attributes.h"
-#include "libavutil/bswap.h"
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
OpenPOWER on IntegriCloud