Commit 35347e7e authored by James Almer's avatar James Almer

Merge commit '4cf84e25'

* commit '4cf84e25':
  Drop some unnecessary config.h #includes
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 8a15ad8a 4cf84e25
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "libavutil/buffer.h" #include "libavutil/buffer.h"
#include "config.h"
#include "avcodec.h" #include "avcodec.h"
typedef struct ThreadFrame { typedef struct ThreadFrame {
......
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
#ifndef AVFORMAT_TLS_H #ifndef AVFORMAT_TLS_H
#define AVFORMAT_TLS_H #define AVFORMAT_TLS_H
#include "config.h"
#include "url.h"
#include "libavutil/opt.h" #include "libavutil/opt.h"
#include "url.h"
typedef struct TLSShared { typedef struct TLSShared {
char *ca_file; char *ca_file;
int verify; int verify;
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#ifndef AVUTIL_AARCH64_CPU_H #ifndef AVUTIL_AARCH64_CPU_H
#define AVUTIL_AARCH64_CPU_H #define AVUTIL_AARCH64_CPU_H
#include "config.h"
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h" #include "libavutil/cpu_internal.h"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#ifndef AVUTIL_ARM_CPU_H #ifndef AVUTIL_ARM_CPU_H
#define AVUTIL_ARM_CPU_H #define AVUTIL_ARM_CPU_H
#include "config.h"
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h" #include "libavutil/cpu_internal.h"
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#ifndef AVUTIL_CPU_INTERNAL_H #ifndef AVUTIL_CPU_INTERNAL_H
#define AVUTIL_CPU_INTERNAL_H #define AVUTIL_CPU_INTERNAL_H
#include "config.h"
#include "cpu.h" #include "cpu.h"
#define CPUEXT_SUFFIX(flags, suffix, cpuext) \ #define CPUEXT_SUFFIX(flags, suffix, cpuext) \
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#ifndef AVUTIL_PPC_CPU_H #ifndef AVUTIL_PPC_CPU_H
#define AVUTIL_PPC_CPU_H #define AVUTIL_PPC_CPU_H
#include "config.h"
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h" #include "libavutil/cpu_internal.h"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#ifndef AVUTIL_X86_CPU_H #ifndef AVUTIL_X86_CPU_H
#define AVUTIL_X86_CPU_H #define AVUTIL_X86_CPU_H
#include "config.h"
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h" #include "libavutil/cpu_internal.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment