Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7406bc75 authored by Martin Storsjo's avatar Martin Storsjo Committed by Marco Nelissen
Browse files

Don't include ithread.h in decoder omx wrappers

ithread.h probably should be considered an internal, private header.
These omx wrappers don't use anything from this header anyway, so
stop including it.

Bug: 22860270

Change-Id: I5f14f3eae86c6b5f6ffa193d4b97f483d9be6fb0
parent 39a535d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include "ih264_typedefs.h"
#include "iv.h"
#include "ivd.h"
#include "ithread.h"
#include "ih264d.h"
#include "SoftAVCDec.h"

+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include "ihevc_typedefs.h"
#include "iv.h"
#include "ivd.h"
#include "ithread.h"
#include "ihevcd_cxa.h"
#include "SoftHEVC.h"

+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include "iv_datatypedef.h"
#include "iv.h"
#include "ivd.h"
#include "ithread.h"
#include "impeg2d.h"
#include "SoftMPEG2.h"