You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Remove obsolete version.h inclusions
Forgotten in e7bd47e657.
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
			
			
This commit is contained in:
		| @@ -21,11 +21,11 @@ | ||||
|  | ||||
| #include "libavutil/pixdesc.h" | ||||
| #include "libavutil/opt.h" | ||||
| #include "libavutil/version.h" | ||||
| #include "dirac.h" | ||||
| #include "encode.h" | ||||
| #include "put_bits.h" | ||||
| #include "internal.h" | ||||
| #include "version.h" | ||||
|  | ||||
| #include "vc2enc_dwt.h" | ||||
| #include "diractab.h" | ||||
|   | ||||
| @@ -20,11 +20,9 @@ | ||||
|  | ||||
| #include "config.h" | ||||
| #include "libavutil/attributes.h" | ||||
| #include "libavutil/internal.h" | ||||
| #include "libavutil/cpu.h" | ||||
| #include "libavutil/x86/cpu.h" | ||||
| #include "libavcodec/blockdsp.h" | ||||
| #include "libavcodec/version.h" | ||||
|  | ||||
| void ff_clear_block_mmx(int16_t *block); | ||||
| void ff_clear_block_sse(int16_t *block); | ||||
|   | ||||
| @@ -28,7 +28,6 @@ | ||||
| #include "avfilter.h" | ||||
| #include "formats.h" | ||||
| #include "framequeue.h" | ||||
| #include "version.h" | ||||
| #include "video.h" | ||||
|  | ||||
| typedef struct AVFilterCommand { | ||||
|   | ||||
| @@ -25,7 +25,6 @@ | ||||
|  | ||||
| #include "libavutil/opt.h" | ||||
| #include "libavutil/pixdesc.h" | ||||
| #include "libavutil/version.h" | ||||
| #include "avfilter.h" | ||||
| #include "formats.h" | ||||
| #include "internal.h" | ||||
|   | ||||
| @@ -25,7 +25,6 @@ | ||||
| #define AVFORMAT_URL_H | ||||
|  | ||||
| #include "avio.h" | ||||
| #include "libavformat/version.h" | ||||
|  | ||||
| #include "libavutil/dict.h" | ||||
| #include "libavutil/log.h" | ||||
|   | ||||
| @@ -41,7 +41,6 @@ | ||||
|  | ||||
| #include "attributes.h" | ||||
| #include "macros.h" | ||||
| #include "version.h" | ||||
|  | ||||
| //rounded division & shift | ||||
| #define RSHIFT(a,b) ((a) > 0 ? ((a) + ((1<<(b))>>1))>>(b) : ((a) + ((1<<(b))>>1)-1)>>(b)) | ||||
|   | ||||
| @@ -43,7 +43,6 @@ | ||||
| #include "dict.h" | ||||
| #include "macros.h" | ||||
| #include "pixfmt.h" | ||||
| #include "version.h" | ||||
|  | ||||
| #if ARCH_X86 | ||||
| #   include "x86/emms.h" | ||||
|   | ||||
| @@ -24,7 +24,6 @@ | ||||
| #include <stdatomic.h> | ||||
|  | ||||
| #include "config.h" | ||||
| #include "version.h" | ||||
|  | ||||
| #include "libavutil/avassert.h" | ||||
| #include "libavutil/avutil.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user