From 41266df7ae51f179f4a80f67a2eba896ba1fd7b2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 20 Mar 2021 21:39:28 +0100 Subject: Remove unnecessary system includes from public headers Add includes of system headers in the implementation files where necessary. --- test/table.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'test/table.cxx') diff --git a/test/table.cxx b/test/table.cxx index 2e5f0f639..1a540ea4f 100644 --- a/test/table.cxx +++ b/test/table.cxx @@ -2,12 +2,6 @@ // exercisetablerow -- Exercise all aspects of the Fl_Table_Row widget // -#include -#include -#ifdef _WIN32 -#include // atoi -#endif /* _WIN32 */ - #include #include #include @@ -18,6 +12,10 @@ #include #include +#include +#include +#include // atoi + #define TERMINAL_HEIGHT 120 // Globals -- cgit v1.2.3