]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tls.h
Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'
[ffmpeg] / libavformat / tls.h
index 9c851bf132757790c7bfea311acc83f2386e1540..beb19d6d5571634a6d35bf19ed4e303093d054a8 100644 (file)
 #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;