[NUT-devel] [nut]: r557 - src/trunk/nututils/nutmerge.c

diego subversion at mplayerhq.hu
Sat Feb 2 14:02:25 CET 2008


Author: diego
Date: Sat Feb  2 14:02:24 2008
New Revision: 557

Log:
Remove unnecessary math.h #include.


Modified:
   src/trunk/nututils/nutmerge.c

Modified: src/trunk/nututils/nutmerge.c
==============================================================================
--- src/trunk/nututils/nutmerge.c	(original)
+++ src/trunk/nututils/nutmerge.c	Sat Feb  2 14:02:24 2008
@@ -2,7 +2,6 @@
 // This file is available under the MIT/X license, see COPYING
 
 #include "nutmerge.h"
-#include <math.h>
 #include <string.h>
 
 FILE * stats = NULL;



More information about the NUT-devel mailing list