From b232945c71ddb44a36ec805cf52db2bc138ccd5f Mon Sep 17 00:00:00 2001 From: Anshul Maheshwari Date: Wed, 2 Sep 2015 12:32:22 +0530 Subject: [PATCH] refactoring headers includes Signed-off-by: Anshul Maheshwari --- src/lib_ccx/ccx_decoders_common.c | 1 + src/lib_ccx/lib_ccx.h | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib_ccx/ccx_decoders_common.c b/src/lib_ccx/ccx_decoders_common.c index 845d821d..535098c1 100644 --- a/src/lib_ccx/ccx_decoders_common.c +++ b/src/lib_ccx/ccx_decoders_common.c @@ -10,6 +10,7 @@ made to reuse, not duplicate, as many functions as possible */ #include "lib_ccx.h" #include "ccx_decoders_608.h" #include "ccx_decoders_708.h" +#include "ccx_decoders_xds.h" #include "ccx_dtvcc.h" diff --git a/src/lib_ccx/lib_ccx.h b/src/lib_ccx/lib_ccx.h index 79eb1452..2fdda02a 100644 --- a/src/lib_ccx/lib_ccx.h +++ b/src/lib_ccx/lib_ccx.h @@ -14,13 +14,12 @@ #include "ccx_demuxer.h" #include "ccx_encoders_common.h" -#include "ccx_decoders_608.h" -#include "ccx_decoders_xds.h" +#include "ccx_decoders_common.h" #include "bitstream.h" #include "networking.h" #include "avc_functions.h" -#include "ccx_decoders_708.h" +//#include "ccx_decoders_708.h" /* Report information */ #define SUB_STREAMS_CNT 10