[SCM] libav/experimental: Remove unnecessary header inclusion directives.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:06:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 6c71d2c1357018f7f68a8bde773306298ce72057
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Apr 12 19:21:08 2010 +0000

    Remove unnecessary header inclusion directives.
    
    Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/eval.c b/libavcodec/eval.c
index c1cd7a4..1c7f4a4 100644
--- a/libavcodec/eval.c
+++ b/libavcodec/eval.c
@@ -26,13 +26,7 @@
  * see http://joe.hotchkiss.com/programming/eval/eval.html
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
-
-#include "libavutil/mathematics.h"
-#include "avcodec.h"
+#include "libavutil/avutil.h"
 #include "eval.h"
 
 typedef struct Parser{

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list