diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-12-13 16:46:21 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-12-19 15:40:19 +0100 |
| commit | 839c4ec9985cc7de4a9008143b67af2f4e816153 (patch) | |
| tree | 05d7aba9007f4c5aa13d2afe920fad4335649596 /test/example.c | |
| parent | 5b0ffa63f22d4870ae68de38c34f7ec437e7edb1 (diff) | |
| download | Project-Tick-839c4ec9985cc7de4a9008143b67af2f4e816153.tar.gz Project-Tick-839c4ec9985cc7de4a9008143b67af2f4e816153.zip | |
inttypes.h includes stdint.h, so only include one of them.
Diffstat (limited to 'test/example.c')
| -rw-r--r-- | test/example.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/example.c b/test/example.c index 6324a33c60..3963fc2f9f 100644 --- a/test/example.c +++ b/test/example.c @@ -15,9 +15,8 @@ #include <string.h> #include <stdlib.h> -#include <inttypes.h> -#include <stdint.h> #include <stdarg.h> +#include <inttypes.h> #define TESTFILE "foo.gz" |
