[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] remove duplicate inclusion of <stdio.h>
From: |
Jim Meyering |
Subject: |
[PATCH] remove duplicate inclusion of <stdio.h> |
Date: |
Sun, 04 Jan 2009 18:05:48 +0100 |
No big deal, but...
Ok, Bruno?
>From 24cb49400d1349f29f745e74979b5ce45022288f Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 30 Nov 2008 17:08:33 +0100
Subject: [PATCH] remove duplicate inclusion of <stdio.h>
---
tests/test-fprintf-posix.c | 1 -
tests/test-printf-posix.c | 1 -
tests/test-snprintf-posix.c | 1 -
tests/test-sprintf-posix.c | 1 -
tests/test-vasprintf-posix.c | 1 -
tests/test-vfprintf-posix.c | 1 -
tests/test-vprintf-posix.c | 1 -
tests/test-vsnprintf-posix.c | 1 -
tests/test-vsprintf-posix.c | 1 -
9 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/tests/test-fprintf-posix.c b/tests/test-fprintf-posix.c
index 12e57fe..be65079 100644
--- a/tests/test-fprintf-posix.c
+++ b/tests/test-fprintf-posix.c
@@ -22,7 +22,6 @@
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-printf-posix.c b/tests/test-printf-posix.c
index d90fd42..04705e8 100644
--- a/tests/test-printf-posix.c
+++ b/tests/test-printf-posix.c
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-snprintf-posix.c b/tests/test-snprintf-posix.c
index 4c095ed..eee434f 100644
--- a/tests/test-snprintf-posix.c
+++ b/tests/test-snprintf-posix.c
@@ -22,7 +22,6 @@
#include <float.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-sprintf-posix.c b/tests/test-sprintf-posix.c
index 2f69252..be35fe1 100644
--- a/tests/test-sprintf-posix.c
+++ b/tests/test-sprintf-posix.c
@@ -22,7 +22,6 @@
#include <float.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vasprintf-posix.c b/tests/test-vasprintf-posix.c
index f8314f4..2f287fc 100644
--- a/tests/test-vasprintf-posix.c
+++ b/tests/test-vasprintf-posix.c
@@ -23,7 +23,6 @@
#include <float.h>
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vfprintf-posix.c b/tests/test-vfprintf-posix.c
index 262ba17..deb3e37 100644
--- a/tests/test-vfprintf-posix.c
+++ b/tests/test-vfprintf-posix.c
@@ -22,7 +22,6 @@
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vprintf-posix.c b/tests/test-vprintf-posix.c
index 441551f..766749f 100644
--- a/tests/test-vprintf-posix.c
+++ b/tests/test-vprintf-posix.c
@@ -22,7 +22,6 @@
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vsnprintf-posix.c b/tests/test-vsnprintf-posix.c
index 00c8006..23f3be2 100644
--- a/tests/test-vsnprintf-posix.c
+++ b/tests/test-vsnprintf-posix.c
@@ -23,7 +23,6 @@
#include <float.h>
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-vsprintf-posix.c b/tests/test-vsprintf-posix.c
index ba6d813..959412f 100644
--- a/tests/test-vsprintf-posix.c
+++ b/tests/test-vsprintf-posix.c
@@ -23,7 +23,6 @@
#include <float.h>
#include <stdarg.h>
#include <stddef.h>
-#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
--
1.6.1.302.gccd4d
- [PATCH] remove duplicate inclusion of <stdio.h>,
Jim Meyering <=