From fd8b1b6553024d884eaca425f0bd9ea48bffddfe Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:26:42 -0600 Subject: remove include of och header from unotools --- unotools/source/streaming/streamhelper.cxx | 2 -- unotools/source/streaming/streamwrap.cxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'unotools/source/streaming') diff --git a/unotools/source/streaming/streamhelper.cxx b/unotools/source/streaming/streamhelper.cxx index b4912d5ef89d..5f073923128d 100644 --- a/unotools/source/streaming/streamhelper.cxx +++ b/unotools/source/streaming/streamhelper.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_unotools.hxx" #include #include diff --git a/unotools/source/streaming/streamwrap.cxx b/unotools/source/streaming/streamwrap.cxx index 812397f63839..0d8cf64b1dc1 100644 --- a/unotools/source/streaming/streamwrap.cxx +++ b/unotools/source/streaming/streamwrap.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_unotools.hxx" #include #include #include -- cgit