Remove unnecessary get_bits.h #includes

This commit is contained in:
Diego Biurrun
2016-06-04 11:45:16 +02:00
parent 2a48a75a6f
commit b7f98659f2
18 changed files with 27 additions and 21 deletions

View File

@@ -18,8 +18,13 @@
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
/* Parser (mostly) copied from dvdsub.c */