X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftls.h;h=beb19d6d5571634a6d35bf19ed4e303093d054a8;hb=f790410b6baa4ee53e8a5796e986de0cae78b073;hp=9c851bf132757790c7bfea311acc83f2386e1540;hpb=8a15ad8a175cb97d6c1102b777f28e4d20846fec;p=ffmpeg diff --git a/libavformat/tls.h b/libavformat/tls.h index 9c851bf1327..beb19d6d557 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;