summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libsmartcols/src/cell.c2
-rw-r--r--libsmartcols/src/column.c2
-rw-r--r--libsmartcols/src/iter.c2
-rw-r--r--libsmartcols/src/libsmartcols.h.in1
-rw-r--r--libsmartcols/src/line.c2
-rw-r--r--libsmartcols/src/symbols.c2
-rw-r--r--libsmartcols/src/table.c2
-rw-r--r--libsmartcols/src/table_print.c2
-rw-r--r--libsmartcols/src/test.c2
9 files changed, 9 insertions, 8 deletions
diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c
index f85642550..e70fb3912 100644
--- a/libsmartcols/src/cell.c
+++ b/libsmartcols/src/cell.c
@@ -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>
diff --git a/libsmartcols/src/column.c b/libsmartcols/src/column.c
index 36ebc813e..b01119d28 100644
--- a/libsmartcols/src/column.c
+++ b/libsmartcols/src/column.c
@@ -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>
diff --git a/libsmartcols/src/iter.c b/libsmartcols/src/iter.c
index 757bfe34c..72c7865a8 100644
--- a/libsmartcols/src/iter.c
+++ b/libsmartcols/src/iter.c
@@ -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>
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index c8b0966a3..2da1c14d7 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -15,6 +15,7 @@ extern "C" {
#endif
#include <stdlib.h>
+#include <stdio.h>
#include <sys/types.h>
#define LIBSMARTCOLS_VERSION "@LIBSMARTCOLS_VERSION@"
diff --git a/libsmartcols/src/line.c b/libsmartcols/src/line.c
index 44f324928..931cc0821 100644
--- a/libsmartcols/src/line.c
+++ b/libsmartcols/src/line.c
@@ -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>
diff --git a/libsmartcols/src/symbols.c b/libsmartcols/src/symbols.c
index 2d52562d4..2b8f81dc9 100644
--- a/libsmartcols/src/symbols.c
+++ b/libsmartcols/src/symbols.c
@@ -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>
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index d05c1435f..94df47b05 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -16,7 +16,7 @@
* Table manipulation API.
*/
-#include <stdio.h>
+
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
diff --git a/libsmartcols/src/table_print.c b/libsmartcols/src/table_print.c
index 095034071..306f2d2e7 100644
--- a/libsmartcols/src/table_print.c
+++ b/libsmartcols/src/table_print.c
@@ -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>
diff --git a/libsmartcols/src/test.c b/libsmartcols/src/test.c
index aee4d8855..4a45a9a53 100644
--- a/libsmartcols/src/test.c
+++ b/libsmartcols/src/test.c
@@ -11,7 +11,7 @@
* GNU Lesser General Public License.
*/
-#include <stdio.h>
+
#include <stdlib.h>
#include <unistd.h>
#include <string.h>