]> git.sesse.net Git - ffmpeg/commitdiff
avformat/dss: Remove superfluous headers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 26 Oct 2019 04:59:57 +0000 (06:59 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 29 Oct 2019 15:20:33 +0000 (16:20 +0100)
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>
libavformat/dss.c

index e5b0be9debc6ebbd7961f413d79079851956c430..d7f9cafe47a9e4b3f5df4f83a2e3f96c2f3928f2 100644 (file)
@@ -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"