diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:07 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:07 +0000 |
commit | d42927893b4239805e8590071045b6d3c7547b7a (patch) | |
tree | 1bdd4e82fc14352290218f3625789441a2eb1c97 /libavfilter/avfiltergraph.c | |
parent | ec8398a322d6ecec1db766c82b87bd340f2ce7ef (diff) | |
download | ffmpeg-d42927893b4239805e8590071045b6d3c7547b7a.tar.gz |
Header inclusion redux
Commited in SoC by Vitor Sessak on 2008-02-10 08:46:50
Originally committed as revision 12720 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.c')
-rw-r--r-- | libavfilter/avfiltergraph.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c index 9f2a2923b2..7eb0bea004 100644 --- a/libavfilter/avfiltergraph.c +++ b/libavfilter/avfiltergraph.c @@ -19,10 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <string.h> -#include <stddef.h> - -#include "avstring.h" #include "avfilter.h" #include "avfiltergraph.h" |