Commit afabc246 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix includes in lib_com/bitstream.c

parent a02a7706
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,9 +37,6 @@
#include <assert.h>
#include <stdint.h>
#include "options.h"
#ifdef DEBUGGING
#include "debug.h"
#endif
#include "cnst.h"
#include "prot.h"
#include "stat_enc.h"
@@ -50,9 +47,12 @@
#include "ivas_cnst.h"
#include "ivas_rom_com.h"
#include "wmc_auto.h"
#if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS )
#ifdef DEBUGGING
#include "debug.h"
#ifdef DBG_BITSTREAM_ANALYSIS
#include <string.h>
#endif
#endif

#ifdef DEBUGGING