diff mbox series

[rt-tests,v3,01/33] cyclictest: Remove unused include header

Message ID 20210320183829.1318-2-dwagner@suse.de
State New
Headers show
Series JSON cleanups and more tests updated | expand

Commit Message

Daniel Wagner March 20, 2021, 6:37 p.m. UTC
The header was introduced by 24aaf9619bc2 ("cyclictest: Add JSON
output feature") for PRIu64 format specifier. As PRIu64 was removed in
commit f6881fc42baa ("cyclictest: Fix printf format specifier") remove
the include header again.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
---
 src/cyclictest/cyclictest.c | 1 -
 1 file changed, 1 deletion(-)

Comments

John Kacur May 7, 2021, 4:17 p.m. UTC | #1
On Sat, 20 Mar 2021, Daniel Wagner wrote:

> The header was introduced by 24aaf9619bc2 ("cyclictest: Add JSON

> output feature") for PRIu64 format specifier. As PRIu64 was removed in

> commit f6881fc42baa ("cyclictest: Fix printf format specifier") remove

> the include header again.

> 

> Signed-off-by: Daniel Wagner <dwagner@suse.de>

> ---

>  src/cyclictest/cyclictest.c | 1 -

>  1 file changed, 1 deletion(-)

> 

> diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c

> index dca961025433..c43dd7cbbd64 100644

> --- a/src/cyclictest/cyclictest.c

> +++ b/src/cyclictest/cyclictest.c

> @@ -11,7 +11,6 @@

>  #include <stdio.h>

>  #include <stdlib.h>

>  #include <stdint.h>

> -#include <inttypes.h>

>  #include <stdarg.h>

>  #include <unistd.h>

>  #include <fcntl.h>

> -- 

> 2.30.2

> 

> 

Signed-off-by: John Kacur <jkacur@redhat.com>


(In fact I pushed this awhile ago)
diff mbox series

Patch

diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index dca961025433..c43dd7cbbd64 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -11,7 +11,6 @@ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
-#include <inttypes.h>
 #include <stdarg.h>
 #include <unistd.h>
 #include <fcntl.h>