changeset 4984:7df30f671791
libavcodec
Remove duplicate #includes, avcodec.h #includes common.h.
author |
diego |
date |
Fri, 11 May 2007 07:21:14 +0000 |
parents |
2a9c085590bb |
children |
15577904cb95 |
files |
h263.c h264.c |
diffstat |
2 files changed, 0 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/h263.c Fri May 11 07:07:00 2007 +0000
+++ b/h263.c Fri May 11 07:21:14 2007 +0000
@@ -34,7 +34,6 @@
//#define DEBUG
#include <limits.h>
-#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"
--- a/h264.c Fri May 11 07:07:00 2007 +0000
+++ b/h264.c Fri May 11 07:21:14 2007 +0000
@@ -26,7 +26,6 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
-#include "common.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"