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/calendar | |
parent | f7738e755b6a5332889e6c147bd562f56741a855 (diff) |
remove include of pch header from i18npool
Diffstat (limited to 'i18npool/source/calendar')
-rw-r--r-- | i18npool/source/calendar/calendarImpl.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/calendar/calendar_gregorian.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/calendar/calendar_hijri.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/calendar/calendar_jewish.cxx | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx index 3c6d10c56260..3831af64db55 100644 --- a/i18npool/source/calendar/calendarImpl.cxx +++ b/i18npool/source/calendar/calendarImpl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_i18npool.hxx" #include "calendarImpl.hxx" #include "localedata.hxx" diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index 703c847866f6..63b8dd5085b5 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_i18npool.hxx" #include "calendar_gregorian.hxx" #include "localedata.hxx" diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx index ec0e86baf24e..4916b3727232 100644 --- a/i18npool/source/calendar/calendar_hijri.cxx +++ b/i18npool/source/calendar/calendar_hijri.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_i18npool.hxx" #include <stdlib.h> #include <math.h> diff --git a/i18npool/source/calendar/calendar_jewish.cxx b/i18npool/source/calendar/calendar_jewish.cxx index 24011d10a779..ed3ec6ab6786 100644 --- a/i18npool/source/calendar/calendar_jewish.cxx +++ b/i18npool/source/calendar/calendar_jewish.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_i18npool.hxx" #include <math.h> #include <stdio.h> |