OSDN Git Service

Remove commented-out #includes
authorDiego Biurrun <diego@biurrun.de>
Wed, 15 May 2013 13:09:20 +0000 (15:09 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 15 May 2013 21:01:21 +0000 (23:01 +0200)
libavformat/nut.h
libavutil/rational.c

index 8e5767d..6eddc96 100644 (file)
@@ -22,9 +22,6 @@
 #ifndef AVFORMAT_NUT_H
 #define AVFORMAT_NUT_H
 
-//#include <limits.h>
-//#include "libavutil/adler32.h"
-//#include "libavcodec/mpegaudio.h"
 #include "avformat.h"
 #include "internal.h"
 #include "metadata.h"
index 4770c54..4053936 100644 (file)
@@ -26,7 +26,6 @@
  */
 
 #include "avassert.h"
-//#include <math.h>
 #include <limits.h>
 
 #include "common.h"