]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: include stdio
authorOndrej Oprala <ooprala@redhat.com>
Thu, 27 Mar 2014 13:20:59 +0000 (14:20 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Apr 2014 10:29:18 +0000 (12:29 +0200)
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
libsmartcols/src/cell.c
libsmartcols/src/column.c
libsmartcols/src/iter.c
libsmartcols/src/libsmartcols.h.in
libsmartcols/src/line.c
libsmartcols/src/symbols.c
libsmartcols/src/table.c
libsmartcols/src/table_print.c
libsmartcols/src/test.c

index f8564255005ad5de121a9752233c3a84e73a11de..e70fb3912806e38fb8589a92db776c62e3c4a89c 100644 (file)
@@ -16,7 +16,7 @@
  * An API to access and modify per-cell data and information.
  */
 
-#include <stdio.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 36ebc813e3324f6b32e7638f7f2093088e90e728..b01119d28655063478dcff6dba47ae33ae7dd077 100644 (file)
@@ -16,7 +16,7 @@
  * An API to access and modify per-column data and information.
  */
 
-#include <stdio.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 757bfe34c609c3932d4a161a497b3fb785fd0e32..72c7865a89e19f5bd5f8e92aeae5e994ff1113b5 100644 (file)
@@ -14,7 +14,7 @@
  * The iterator keeps the direction and the last position
  * for access to the internal library tables/lists.
  */
-#include <stdio.h>
+
 #include <string.h>
 #include <stdlib.h>
 
index c8b0966a315be3ffce1b4b8e4503b46697a79d94..2da1c14d78dc50359664ff02bc208f4304fb188f 100644 (file)
@@ -15,6 +15,7 @@ extern "C" {
 #endif
 
 #include <stdlib.h>
+#include <stdio.h>
 #include <sys/types.h>
 
 #define LIBSMARTCOLS_VERSION   "@LIBSMARTCOLS_VERSION@"
index 44f3249283aa83b58835cdf6694171b0b0cfa1e5..931cc08218399ec35821655f8706aea05a3c74b3 100644 (file)
@@ -16,7 +16,7 @@
  * An API to access and modify per-line data and information.
  */
 
-#include <stdio.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 2d52562d47883bac0c1f8519899220a6b9da5aba..2b8f81dc93ee14c034cff954c5cd4cbb1c77af52 100644 (file)
@@ -15,7 +15,7 @@
  * An API to access and modify data and information per symbol/symbol group.
  */
 
-#include <stdio.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index d05c1435f7b596fb2d3d147f7b2b89e8859a0d34..94df47b0573a8a7a184d80b914f7b7d046bfb1c9 100644 (file)
@@ -16,7 +16,7 @@
  * Table manipulation API.
  */
 
-#include <stdio.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 0950340715b0f45ef00adcfe18e5ebba504d312e..306f2d2e79e05819cfa05dad9bf7b84f6a435922 100644 (file)
@@ -6,7 +6,7 @@
  * This file may be redistributed under the terms of the
  * GNU Lesser General Public License.
  */
-#include <stdio.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index aee4d8855b6cb46ceb9cd8dc747f1bdc4d58273d..4a45a9a53eb423cad134760069a31aa236300cfd 100644 (file)
@@ -11,7 +11,7 @@
  * GNU Lesser General Public License.
  */
 
-#include <stdio.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>