Skip to content

Commit

Permalink
Drop some unnecessary config.h #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDiego committed Feb 6, 2018
1 parent bca4154 commit 4cf84e2
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion libavcodec/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "libavutil/buffer.h"

#include "config.h"
#include "avcodec.h"

typedef struct ThreadFrame {
Expand Down
4 changes: 2 additions & 2 deletions libavformat/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion libavutil/aarch64/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#ifndef AVUTIL_AARCH64_CPU_H
#define AVUTIL_AARCH64_CPU_H

#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"

Expand Down
1 change: 0 additions & 1 deletion libavutil/arm/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#ifndef AVUTIL_ARM_CPU_H
#define AVUTIL_ARM_CPU_H

#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"

Expand Down
2 changes: 2 additions & 0 deletions libavutil/cpu_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#ifndef AVUTIL_CPU_INTERNAL_H
#define AVUTIL_CPU_INTERNAL_H

#include "config.h"

#include "cpu.h"

#define CPUEXT_SUFFIX(flags, suffix, cpuext) \
Expand Down
1 change: 0 additions & 1 deletion libavutil/ppc/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#ifndef AVUTIL_PPC_CPU_H
#define AVUTIL_PPC_CPU_H

#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"

Expand Down
1 change: 0 additions & 1 deletion libavutil/x86/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#ifndef AVUTIL_X86_CPU_H
#define AVUTIL_X86_CPU_H

#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"

Expand Down

0 comments on commit 4cf84e2

Please sign in to comment.