diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:37 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:37 -0600 |
commit | 36f155dda15b64a045457859e9c1d1eb42008bb7 (patch) | |
tree | 40ea718c08525c7bf7fe20ea10afadc2ee4bc2c5 /stoc/inc | |
parent | 3d6592ae195de59c42a119b22307a62267a154fc (diff) |
remove include of pch header from stoc
Diffstat (limited to 'stoc/inc')
-rw-r--r-- | stoc/inc/bootstrapservices.hxx | 2 | ||||
-rw-r--r-- | stoc/inc/pch/precompiled_stoc.cxx | 1 | ||||
-rw-r--r-- | stoc/inc/pch/precompiled_stoc.hxx | 1 | ||||
-rw-r--r-- | stoc/inc/stocservices.hxx | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/stoc/inc/bootstrapservices.hxx b/stoc/inc/bootstrapservices.hxx index e504b164f89a..f393a0487ab6 100644 --- a/stoc/inc/bootstrapservices.hxx +++ b/stoc/inc/bootstrapservices.hxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/stoc/inc/pch/precompiled_stoc.cxx b/stoc/inc/pch/precompiled_stoc.cxx index 9e1e04a932b9..e5a2f60de99b 100644 --- a/stoc/inc/pch/precompiled_stoc.cxx +++ b/stoc/inc/pch/precompiled_stoc.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_stoc.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/inc/pch/precompiled_stoc.hxx b/stoc/inc/pch/precompiled_stoc.hxx index 29d7fe6dec95..05eb37b2bf77 100644 --- a/stoc/inc/pch/precompiled_stoc.hxx +++ b/stoc/inc/pch/precompiled_stoc.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:50:03.092339 // breaks some builds (e.g. pyuno and i18npool on Mac OS X) #if 0 diff --git a/stoc/inc/stocservices.hxx b/stoc/inc/stocservices.hxx index e27124758f41..956962296e10 100644 --- a/stoc/inc/stocservices.hxx +++ b/stoc/inc/stocservices.hxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_stoc.hxx" #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> |