Commit a3109050 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Moving #include to the top of the header file

parent d6890a27
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@
#include "common_api_types.h"
#include <stdbool.h>
#include "typedef.h"
#ifdef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT
#include "ivas_rtp_pi_data.h"
#endif


/*---------------------------------------------------------------------*
 * Decoder enums
@@ -526,7 +530,9 @@ void IVAS_DEC_PrintDisclaimer(
);

#ifdef IVAS_RTPDUMP
#ifndef IVAS_RTPDUMP_ACOUSTIC_ENVIRONMENT
#include "ivas_rtp_pi_data.h"
#endif
ivas_error IVAS_RTP_FeedPiDataToDecoder( IVAS_DEC_HANDLE hIvasDec, PIDATA_TS *piData, UWord32 numPiData );
#endif