diff options
author | Linjie Fu <linjie.fu@intel.com> | 2020-04-01 12:52:24 +0800 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2020-04-29 13:30:46 +0100 |
commit | e3510fb1780924d248cd2527c662a0f5ec71ed05 (patch) | |
tree | 8f23fe542dafa61e888f345eba088c91c2715800 | |
parent | 79f001675a2bae16e243f30a3e7de9da6aeb3c2d (diff) | |
download | ffmpeg-e3510fb1780924d248cd2527c662a0f5ec71ed05.tar.gz |
tests/api/api-h264-slice-test: remove unused bool header
Signed-off-by: Linjie Fu <linjie.fu@intel.com>
Signed-off-by: Josh de Kock <josh@itanimul.li>
-rw-r--r-- | tests/api/api-h264-slice-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/api/api-h264-slice-test.c b/tests/api/api-h264-slice-test.c index dee93b8349..b7aa405b0d 100644 --- a/tests/api/api-h264-slice-test.c +++ b/tests/api/api-h264-slice-test.c @@ -24,7 +24,6 @@ #include "config.h" -#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |