# HG changeset patch # User mru # Date 1249867650 0 # Node ID e557e75172b09d19e0c1312a623be575203cfaf0 # Parent 7eb3d9ab475223a5db43c5e91771653cc8b20d5d eval: include our headers after system headers diff -r 7eb3d9ab4752 -r e557e75172b0 eval.c --- a/eval.c Thu Aug 06 15:48:19 2009 +0000 +++ b/eval.c Mon Aug 10 01:27:30 2009 +0000 @@ -28,14 +28,14 @@ * see http://joe.hotchkiss.com/programming/eval/eval.html */ -#include "avcodec.h" -#include "eval.h" - #include #include #include #include +#include "avcodec.h" +#include "eval.h" + #ifndef NAN #define NAN 0.0/0.0 #endif