aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test_qnx/dce_test/dce_test.c')
-rw-r--r--test_qnx/dce_test/dce_test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test_qnx/dce_test/dce_test.c b/test_qnx/dce_test/dce_test.c
index f1de064..d3194c6 100644
--- a/test_qnx/dce_test/dce_test.c
+++ b/test_qnx/dce_test/dce_test.c
@@ -30,7 +30,6 @@
30 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 */ 31 */
32 32
33#include <xdc/std.h>
34#include <stdlib.h> 33#include <stdlib.h>
35#include <string.h> 34#include <string.h>
36#include <stdio.h> 35#include <stdio.h>
@@ -43,9 +42,10 @@
43#include <time.h> 42#include <time.h>
44#include <sys/mman.h> 43#include <sys/mman.h>
45 44
45#include "libdce.h"
46
46#include <tilermem.h> 47#include <tilermem.h>
47#include <memmgr.h> 48#include <memmgr.h>
48#include <xdc/std.h>
49#include <ti/sdo/ce/Engine.h> 49#include <ti/sdo/ce/Engine.h>
50#include <ti/sdo/ce/video3/viddec3.h> 50#include <ti/sdo/ce/video3/viddec3.h>
51#include <ti/sdo/codecs/h264vdec/ih264vdec.h> 51#include <ti/sdo/codecs/h264vdec/ih264vdec.h>
@@ -55,7 +55,6 @@
55#include <ti/sdo/codecs/mpeg2vdec/impeg2vdec.h> 55#include <ti/sdo/codecs/mpeg2vdec/impeg2vdec.h>
56 56
57#include "ti/shmemallocator/SharedMemoryAllocatorUsr.h" 57#include "ti/shmemallocator/SharedMemoryAllocatorUsr.h"
58#include "libdce.h"
59 58
60#define OMAP5 59#define OMAP5
61 60