summaryrefslogtreecommitdiff
path: root/libavutil/dict.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-11 21:54:31 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:34:31 +0200
commite7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (patch)
tree5be212f0b3fac0c47e62616b88c315e351783efb /libavutil/dict.h
parent2c05ee092bda386cfaa6c0cd231ec64987335cfd (diff)
downloadffmpeg-e7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3.tar.gz
Remove obsolete version.h inclusions
These have mostly been added because of FF_API_*; yet when these were removed, removing the header has been forgotten. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r--libavutil/dict.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h
index 118f1f00ed..0d1afc6c64 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -32,8 +32,6 @@
#include <stdint.h>
-#include "version.h"
-
/**
* @addtogroup lavu_dict AVDictionary
* @ingroup lavu_data