Skip to content

Commit

Permalink
Do not include stdint.h if inttypes.h is included
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Feb 7, 2024
1 parent e3eaabb commit 4781419
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>

Expand Down
1 change: 0 additions & 1 deletion src/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <assert.h>
#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

Expand Down
1 change: 0 additions & 1 deletion tests/avifyuv.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "avif/avif.h"

#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 4781419

Please sign in to comment.