Browse Source

Remove duplicate #includes, avcodec.h #includes common.h.

Originally committed as revision 8995 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
a2e4c0ddae
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      libavcodec/h263.c
  2. +0
    -1
      libavcodec/h264.c

+ 0
- 1
libavcodec/h263.c View File

@@ -34,7 +34,6 @@
//#define DEBUG
#include <limits.h>

#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"


+ 0
- 1
libavcodec/h264.c View File

@@ -26,7 +26,6 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/

#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"


Loading…
Cancel
Save