Browse Source

Remove unnecessary put_bits/get_bits includes.

Originally committed as revision 19052 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger 16 years ago
parent
commit
6065dcea37
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      libavcodec/lcldec.c
  2. +0
    -1
      libavcodec/lclenc.c

+ 0
- 1
libavcodec/lcldec.c View File

@@ -42,7 +42,6 @@
#include <stdlib.h>

#include "avcodec.h"
#include "get_bits.h"
#include "bytestream.h"
#include "lcl.h"



+ 0
- 1
libavcodec/lclenc.c View File

@@ -42,7 +42,6 @@
#include <stdlib.h>

#include "avcodec.h"
#include "put_bits.h"
#include "lcl.h"

#include <zlib.h>


Loading…
Cancel
Save