Remove unnecessary libavutil/(avutil|common|internal).h inclusions

Some of these were made possible by moving several common macros to
libavutil/macros.h.

While just at it, also improve the other headers a bit.

Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-08-01 08:36:09 +02:00
parent 84f16bb5e6
commit 636631d9db
126 changed files with 261 additions and 179 deletions

View file

@ -24,7 +24,8 @@
* Common code between the AC-3 encoder and decoder.
*/
#include "libavutil/common.h"
#include "libavutil/error.h"
#include "libavutil/macros.h"
#include "ac3.h"