Skip to content

Commit 3a25a0b

Browse files
committed
fftools/textformat: Cleanup unneeded includes
Signed-off-by: softworkz <[email protected]>
1 parent 0bb7dcb commit 3a25a0b

File tree

7 files changed

+0
-16
lines changed

7 files changed

+0
-16
lines changed

fftools/textformat/avtextformat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
#include <limits.h>
22-
#include <stdarg.h>
2321
#include <stdint.h>
2422
#include <stdio.h>
2523
#include <string.h>

fftools/textformat/avtextwriters.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#ifndef FFTOOLS_TEXTFORMAT_AVTEXTWRITERS_H
2222
#define FFTOOLS_TEXTFORMAT_AVTEXTWRITERS_H
2323

24-
#include <stdint.h>
2524
#include "libavformat/avio.h"
2625
#include "libavutil/bprint.h"
2726

fftools/textformat/tf_compact.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
#include <limits.h>
2221
#include <stdarg.h>
2322
#include <stdint.h>
24-
#include <stdio.h>
2523
#include <string.h>
2624

2725
#include "avtextformat.h"

fftools/textformat/tf_mermaid.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
#include <limits.h>
2221
#include <stdarg.h>
2322
#include <stdint.h>
24-
#include <stdio.h>
2523
#include <string.h>
2624

2725
#include "avtextformat.h"

fftools/textformat/tw_avio.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@
1818
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
#include <limits.h>
22-
#include <stdarg.h>
2321
#include <string.h>
2422

2523
#include "avtextwriters.h"
2624
#include "libavutil/avassert.h"
27-
2825
#include "libavutil/error.h"
2926

3027
/* AVIO Writer */

fftools/textformat/tw_buffer.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
#include <limits.h>
22-
#include <stdarg.h>
23-
2421
#include "avtextwriters.h"
2522
#include "libavutil/opt.h"
2623
#include "libavutil/bprint.h"

fftools/textformat/tw_stdout.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
#include <stdarg.h>
2221
#include <stdio.h>
23-
#include <string.h>
24-
2522
#include "avtextwriters.h"
2623
#include "libavutil/opt.h"
2724

0 commit comments

Comments
 (0)