diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-11-03 17:20:49 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2018-02-06 10:03:15 +0100 |
commit | 4cf84e254ae75b524e1cacae499a97d7cc9e5906 (patch) | |
tree | 7279020311353786e92dbfe27f4ecf78467e9973 /libavformat | |
parent | bca41545b371efc34e38d1fa8bb12dba8b614da0 (diff) | |
download | ffmpeg-4cf84e254ae75b524e1cacae499a97d7cc9e5906.tar.gz |
Drop some unnecessary config.h #includes
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/tls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/tls.h b/libavformat/tls.h index 94f30ab854..846aa8333e 100644 --- a/libavformat/tls.h +++ b/libavformat/tls.h @@ -22,10 +22,10 @@ #ifndef AVFORMAT_TLS_H #define AVFORMAT_TLS_H -#include "config.h" -#include "url.h" #include "libavutil/opt.h" +#include "url.h" + typedef struct TLSShared { char *ca_file; int verify; |