diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:12:24 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:12:24 -0600 |
commit | 2d16b82e095da6b75de825167cd63057ba8b4c45 (patch) | |
tree | b628a0dfefaa7a820d48175140b1c519ef3d88cb /i18npool/source/isolang | |
parent | f7738e755b6a5332889e6c147bd562f56741a855 (diff) |
remove include of pch header from i18npool
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r-- | i18npool/source/isolang/insys.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/isolang/inunx.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/isolang/inwnt.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/isolang/isolang.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/isolang/mslangid.cxx | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/i18npool/source/isolang/insys.cxx b/i18npool/source/isolang/insys.cxx index fac39e1f2689..937cc9a30650 100644 --- a/i18npool/source/isolang/insys.cxx +++ b/i18npool/source/isolang/insys.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_i18npool.hxx" #if defined( WNT ) diff --git a/i18npool/source/isolang/inunx.cxx b/i18npool/source/isolang/inunx.cxx index 521f2ea6e8e0..957ba4c4dd98 100644 --- a/i18npool/source/isolang/inunx.cxx +++ b/i18npool/source/isolang/inunx.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -// no include "precompiled_i18npool.hxx" because this file is included in insys.cxx #include <stdlib.h> // for getenv() #include <stdio.h> diff --git a/i18npool/source/isolang/inwnt.cxx b/i18npool/source/isolang/inwnt.cxx index 13c94cbe3998..0a95742ed62d 100644 --- a/i18npool/source/isolang/inwnt.cxx +++ b/i18npool/source/isolang/inwnt.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_i18npool.hxx" because this file is included in insys.cxx #include <sal/config.h> diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx index e729de2c4145..68a654bed9ee 100644 --- a/i18npool/source/isolang/isolang.cxx +++ b/i18npool/source/isolang/isolang.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_i18npool.hxx" #include <rtl/ustring.hxx> #include <rtl/string.hxx> #include <rtl/ustrbuf.hxx> diff --git a/i18npool/source/isolang/mslangid.cxx b/i18npool/source/isolang/mslangid.cxx index 4ec3c5cbaf09..06941b62d10a 100644 --- a/i18npool/source/isolang/mslangid.cxx +++ b/i18npool/source/isolang/mslangid.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_i18npool.hxx" #include <sal/config.h> #include <rtl/ustring.hxx> #include <rtl/string.hxx> |