decklink: Header cleanup

This commit cleans up the decklink files' header usage so that they pass
checkheaders.
This commit is contained in:
Timothy Gu 2015-12-01 20:58:51 -08:00
parent bd4d192081
commit 61fb70c386
7 changed files with 13 additions and 13 deletions

View file

@ -26,11 +26,7 @@
#include <DeckLinkAPIDispatch.cpp>
#endif
#include <pthread.h>
#include <semaphore.h>
extern "C" {
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "libavutil/imgutils.h"
}