Skip to content

Commit c712a3b

Browse files
committed
blackmagic_common: remove cstdbool
unnneeded as bool has been a fundamental type in C++ always, triggers a warning
1 parent 33b222c commit c712a3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blackmagic_common.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
#include "DeckLinkAPI.h" /* From DeckLink SDK */
4848

4949
#include <cctype>
50-
#include <cstdbool>
5150
#include <cstdint>
5251
#include <map>
5352
#include <memory>

0 commit comments

Comments
 (0)