[FFmpeg-cvslog] r19612 - trunk/libavcodec/eval.c

mru subversion
Mon Aug 10 03:27:31 CEST 2009


Author: mru
Date: Mon Aug 10 03:27:30 2009
New Revision: 19612

Log:
eval: include our headers after system headers

Modified:
   trunk/libavcodec/eval.c

Modified: trunk/libavcodec/eval.c
==============================================================================
--- trunk/libavcodec/eval.c	Mon Aug 10 03:27:27 2009	(r19611)
+++ trunk/libavcodec/eval.c	Mon Aug 10 03:27:30 2009	(r19612)
@@ -28,14 +28,14 @@
  * see http://joe.hotchkiss.com/programming/eval/eval.html
  */
 
-#include "avcodec.h"
-#include "eval.h"
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
 
+#include "avcodec.h"
+#include "eval.h"
+
 #ifndef NAN
   #define NAN 0.0/0.0
 #endif



More information about the ffmpeg-cvslog mailing list