summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.cpp
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-12-01 20:58:51 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-24 07:31:16 -0800
commit61fb70c3866b19dccf473ad4e5ede79d117e8e1c (patch)
treecf9a70f34bf039b14e73072a2b95ffd432167a94 /libavdevice/decklink_common.cpp
parentbd4d192081230b217ecab14d39daf06f40067191 (diff)
downloadffmpeg-61fb70c3866b19dccf473ad4e5ede79d117e8e1c.tar.gz
decklink: Header cleanup
This commit cleans up the decklink files' header usage so that they pass checkheaders.
Diffstat (limited to 'libavdevice/decklink_common.cpp')
-rw-r--r--libavdevice/decklink_common.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavdevice/decklink_common.cpp b/libavdevice/decklink_common.cpp
index ac7964cd17..58502eecec 100644
--- a/libavdevice/decklink_common.cpp
+++ b/libavdevice/decklink_common.cpp
@@ -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"
}