* removed redundant includes (they were even wrongly used)

Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Zdenek Kabelac 22 years ago
parent b8414bbd16
commit 2248dd89ae
  1. 1
      libavcodec/ra144.c
  2. 1
      libavcodec/ra288.c

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "../config.h"
#include "avcodec.h" #include "avcodec.h"
#define DATABLOCK1 20 /* size of 14.4 input block in bytes */ #define DATABLOCK1 20 /* size of 14.4 input block in bytes */

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "../config.h"
#include "avcodec.h" #include "avcodec.h"
typedef struct { typedef struct {

Loading…
Cancel
Save