From a7724966ab4fc8cd680a20e4f2a65f276e001a39 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 22 Oct 2013 15:58:57 +0300 Subject: Bin comments that claim to say why some header is included They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c --- tools/source/stream/stream.cxx | 4 ++-- tools/source/stream/strmunx.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/source/stream') diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 92745880ec0f..b688de1ec756 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -23,8 +23,8 @@ #include #include -#include // isspace -#include // strtol, _crotl +#include +#include #include "boost/static_assert.hpp" diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index d3b44dfdd436..cf9fa9dbc776 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -30,7 +30,7 @@ #include #include -#include // osl_getThreadTextEncoding +#include // class FileBase #include -- cgit