diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:00:14 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:00:14 -0600 |
commit | b8ee1f9b5f62b01e371959aa76d51a87e6b2dafa (patch) | |
tree | 94470f841679a13ea3a61a351ecf1d90e4e94d5a /comphelper/source/streaming | |
parent | d8ed87481cdaf62b49c14feb500728c39db266a8 (diff) |
remove include of pch header in comphelper
Diffstat (limited to 'comphelper/source/streaming')
-rw-r--r-- | comphelper/source/streaming/basicio.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/streaming/memorystream.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/streaming/oslfile2streamwrap.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/streaming/seekableinput.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/streaming/seqinputstreamserv.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/streaming/seqoutputstreamserv.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/streaming/seqstream.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/streaming/streamsection.cxx | 2 |
8 files changed, 0 insertions, 14 deletions
diff --git a/comphelper/source/streaming/basicio.cxx b/comphelper/source/streaming/basicio.cxx index 662c5545c56e..b75ee6b43dab 100644 --- a/comphelper/source/streaming/basicio.cxx +++ b/comphelper/source/streaming/basicio.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_comphelper.hxx" #include <comphelper/basicio.hxx> //......................................................................... diff --git a/comphelper/source/streaming/memorystream.cxx b/comphelper/source/streaming/memorystream.cxx index fd17bd9e5db6..e480a56331c1 100644 --- a/comphelper/source/streaming/memorystream.cxx +++ b/comphelper/source/streaming/memorystream.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_comphelper.hxx" #include "comphelper_module.hxx" diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx index 81951b546c81..06bac1d79c02 100644 --- a/comphelper/source/streaming/oslfile2streamwrap.cxx +++ b/comphelper/source/streaming/oslfile2streamwrap.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_comphelper.hxx" #include <comphelper/oslfile2streamwrap.hxx> #include <algorithm> diff --git a/comphelper/source/streaming/seekableinput.cxx b/comphelper/source/streaming/seekableinput.cxx index f20153ee0aaf..6526ae49c13d 100644 --- a/comphelper/source/streaming/seekableinput.cxx +++ b/comphelper/source/streaming/seekableinput.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_comphelper.hxx" #include <com/sun/star/io/XOutputStream.hpp> diff --git a/comphelper/source/streaming/seqinputstreamserv.cxx b/comphelper/source/streaming/seqinputstreamserv.cxx index 4e1cc7ade660..c85d779c612b 100644 --- a/comphelper/source/streaming/seqinputstreamserv.cxx +++ b/comphelper/source/streaming/seqinputstreamserv.cxx @@ -27,7 +27,6 @@ ************************************************************************/ // MARKER( update_precomp.py ): autogen include statement, do not remove -#include "precompiled_comphelper.hxx" #include "comphelper_module.hxx" diff --git a/comphelper/source/streaming/seqoutputstreamserv.cxx b/comphelper/source/streaming/seqoutputstreamserv.cxx index 02cfd2fe7bc6..3cfbb912db16 100644 --- a/comphelper/source/streaming/seqoutputstreamserv.cxx +++ b/comphelper/source/streaming/seqoutputstreamserv.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_comphelper.hxx" #include "comphelper_module.hxx" diff --git a/comphelper/source/streaming/seqstream.cxx b/comphelper/source/streaming/seqstream.cxx index d2852b70a901..fe1dc8de4c0b 100644 --- a/comphelper/source/streaming/seqstream.cxx +++ b/comphelper/source/streaming/seqstream.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_comphelper.hxx" #include <comphelper/seqstream.hxx> #include <memory.h> // for memcpy diff --git a/comphelper/source/streaming/streamsection.cxx b/comphelper/source/streaming/streamsection.cxx index 1fa71fd42682..249a1642f925 100644 --- a/comphelper/source/streaming/streamsection.cxx +++ b/comphelper/source/streaming/streamsection.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_comphelper.hxx" #include <comphelper/streamsection.hxx> #include <osl/diagnose.h> |