shithub: openh264

Download patch

ref: dac26cf923f729453e2b717e7ed0357ae8b7d14c
parent: fb61733b2779477ab21b7fff64e8498c05e2d366
author: Martin Storsjö <martin@martin.st>
date: Mon Oct 19 07:20:51 EDT 2015

Remove unused STL includes

This fixes building for Android, where libopenh264.so is intended
not to link to any particular STL implementation.

--- a/codec/common/src/WelsThreadPool.cpp
+++ b/codec/common/src/WelsThreadPool.cpp
@@ -39,9 +39,6 @@
  */
 
 
-#include <list>
-#include <map>
-
 #include "typedefs.h"
 #include "WelsThreadPool.h"