summaryrefslogtreecommitdiff
path: root/libavformat/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/tls.h')
-rw-r--r--libavformat/tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/tls.h b/libavformat/tls.h
index 9c851bf132..beb19d6d55 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;