From 76f43cbe2648ac5cb0e5a146f7e843310002199a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 6 May 2013 12:16:50 +0200 Subject: [PATCH] Remove a superfluous include from libavcodec/options_table.h. --- libavcodec/options_table.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 1be261123c..4fd6cff0c7 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -28,7 +28,6 @@ #include "libavutil/opt.h" #include "avcodec.h" #include "version.h" -#include "config.h" #define OFFSET(x) offsetof(AVCodecContext,x) #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C