Remove commented-out #includes

pull/18/head
Diego Biurrun 12 years ago
parent bfd00cc4c2
commit d46c588f3c
  1. 3
      libavformat/nut.h
  2. 1
      libavutil/rational.c

@ -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"

@ -26,7 +26,6 @@
*/
#include "avassert.h"
//#include <math.h>
#include <limits.h>
#include "common.h"

Loading…
Cancel
Save