Browse Source

Remove commented-out #includes

tags/n2.0
Diego Biurrun 12 years ago
parent
commit
d46c588f3c
2 changed files with 0 additions and 4 deletions
  1. +0
    -3
      libavformat/nut.h
  2. +0
    -1
      libavutil/rational.c

+ 0
- 3
libavformat/nut.h View File

@@ -22,9 +22,6 @@
#ifndef AVFORMAT_NUT_H #ifndef AVFORMAT_NUT_H
#define AVFORMAT_NUT_H #define AVFORMAT_NUT_H


//#include <limits.h>
//#include "libavutil/adler32.h"
//#include "libavcodec/mpegaudio.h"
#include "avformat.h" #include "avformat.h"
#include "internal.h" #include "internal.h"
#include "metadata.h" #include "metadata.h"


+ 0
- 1
libavutil/rational.c View File

@@ -26,7 +26,6 @@
*/ */


#include "avassert.h" #include "avassert.h"
//#include <math.h>
#include <limits.h> #include <limits.h>


#include "common.h" #include "common.h"


Loading…
Cancel
Save