summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 15:58:57 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 16:56:28 +0300
commita7724966ab4fc8cd680a20e4f2a65f276e001a39 (patch)
tree5aeb953a7172ea061c7884be8c19849b9e2d81d8 /i18nlangtag
parent1cbe2313edda8a04f0fe233b4a29ef4e2485f557 (diff)
Bin comments that claim to say why some header is included
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/isolang/inunx.cxx2
-rw-r--r--i18nlangtag/source/isolang/inwnt.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/i18nlangtag/source/isolang/inunx.cxx b/i18nlangtag/source/isolang/inunx.cxx
index 5f6e64273788..44298154e38b 100644
--- a/i18nlangtag/source/isolang/inunx.cxx
+++ b/i18nlangtag/source/isolang/inunx.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdlib.h> // for getenv()
+#include <stdlib.h>
#include <stdio.h>
#ifdef MACOSX
diff --git a/i18nlangtag/source/isolang/inwnt.cxx b/i18nlangtag/source/isolang/inwnt.cxx
index c0971673d1f3..e62f89e8a077 100644
--- a/i18nlangtag/source/isolang/inwnt.cxx
+++ b/i18nlangtag/source/isolang/inwnt.cxx
@@ -25,8 +25,8 @@
#ifdef _MSC_VER
#pragma warning(push,1) // disable warnings within system headers
#endif
-#include <windef.h> // needed by winnls.h
-#include <winbase.h> // needed by winnls.h
+#include <windef.h>
+#include <winbase.h>
#include <winnls.h>
#ifdef _MSC_VER
#pragma warning(pop)