diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-04 15:17:19 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-08 06:16:26 +0100 |
commit | 27f22f33834c521a153842fcc0f614360901f2b7 (patch) | |
tree | 83537838c3982fe3ab12c8fa6373cf761b148207 /libavcodec/xwdenc.c | |
parent | 115ac90ec99af35838f65fc5b8f1b27e2ca4ab37 (diff) | |
download | ffmpeg-27f22f33834c521a153842fcc0f614360901f2b7.tar.gz |
all: Remove unnecessary libavcodec/internal.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/xwdenc.c')
-rw-r--r-- | libavcodec/xwdenc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/xwdenc.c b/libavcodec/xwdenc.c index a65f83abdd..31a263b8df 100644 --- a/libavcodec/xwdenc.c +++ b/libavcodec/xwdenc.c @@ -20,12 +20,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavutil/intreadwrite.h" #include "libavutil/pixdesc.h" #include "avcodec.h" #include "bytestream.h" #include "encode.h" -#include "internal.h" #include "xwd.h" #define WINDOW_NAME "lavcxwdenc" |