Browse Source

lavc: remove unused put_bits.h headers

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.0
Paul B Mahol 12 years ago
parent
commit
aa96439fae
4 changed files with 0 additions and 4 deletions
  1. +0
    -1
      libavcodec/adpcm.c
  2. +0
    -1
      libavcodec/asvdec.c
  3. +0
    -1
      libavcodec/dcadec.c
  4. +0
    -1
      libavcodec/ffv1dec.c

+ 0
- 1
libavcodec/adpcm.c View File

@@ -31,7 +31,6 @@
*/
#include "avcodec.h"
#include "get_bits.h"
#include "put_bits.h"
#include "bytestream.h"
#include "adpcm.h"
#include "adpcm_data.h"


+ 0
- 1
libavcodec/asvdec.c View File

@@ -28,7 +28,6 @@

#include "asv.h"
#include "avcodec.h"
#include "put_bits.h"
#include "internal.h"
#include "mathops.h"
#include "mpeg12data.h"


+ 0
- 1
libavcodec/dcadec.c View File

@@ -36,7 +36,6 @@
#include "avcodec.h"
#include "fft.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dcadata.h"
#include "dcahuff.h"
#include "dca.h"


+ 0
- 1
libavcodec/ffv1dec.c View File

@@ -34,7 +34,6 @@
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "put_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"


Loading…
Cancel
Save