From a67fd7265978a3d8e0565671da651ddfdc6b6e98 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 3 Jan 2011 12:01:54 -0500 Subject: [PATCH] KWSys: Remove useless include (#11648) The header was included only under "#ifdef __linux", but not all Linux distributions provide the header. SystemInformation uses no symbols from this header, so do not include it. --- Source/kwsys/SystemInformation.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx index d727b32650..f871075c0b 100644 --- a/Source/kwsys/SystemInformation.cxx +++ b/Source/kwsys/SystemInformation.cxx @@ -66,7 +66,6 @@ #endif #ifdef __linux -# include # include # include # include