Revert "decklink: Header cleanup"

This reverts commit 61fb70c3866b19dccf473ad4e5ede79d117e8e1c.

Reported in #5183 to break the build. Further investigation needed.
This commit is contained in:
Timothy Gu
2016-01-24 12:42:39 -08:00
parent f42eae96b2
commit ce36cb08ed
7 changed files with 13 additions and 13 deletions

View File

@ -19,15 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <pthread.h>
#include <semaphore.h>
#include <DeckLinkAPI.h>
extern "C" {
#include "libavformat/avformat.h"
#include <DeckLinkAPIVersion.h>
#include "decklink_common_c.h"
}
class decklink_output_callback;
class decklink_input_callback;