diff mbox series

[FFmpeg-devel,03/13] libavformat: Remove unnecessary includes of version.h

Message ID 20220223142951.40366-4-martin@martin.st
State New
Headers show
Series Reduce unnecessary recompilation | expand

Commit Message

Martin Storsjö Feb. 23, 2022, 2:29 p.m. UTC
This header probably has used defines like FF_API_* before,
but no longer do that, and doesn't directly seem to use anything
else from that header either.
---
 libavformat/url.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/libavformat/url.h b/libavformat/url.h
index a129150d76..3cfe3ecc5c 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -25,7 +25,6 @@ 
 #define AVFORMAT_URL_H
 
 #include "avio.h"
-#include "libavformat/version.h"
 
 #include "libavutil/dict.h"
 #include "libavutil/log.h"