summaryrefslogtreecommitdiff
path: root/io/source/stm
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:13:17 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:13:17 -0600
commit902b94875cb0881765fc7ec342ead325ecb83c9b (patch)
tree7829275e95dc670eb7bcb993fc87576706b05f4c /io/source/stm
parent770f8097e0fa30162f20f0c1978b9fad5541ba74 (diff)
remove include of pch header from io
Diffstat (limited to 'io/source/stm')
-rw-r--r--io/source/stm/factreg.cxx2
-rw-r--r--io/source/stm/odata.cxx2
-rw-r--r--io/source/stm/omark.cxx2
-rw-r--r--io/source/stm/opipe.cxx2
-rw-r--r--io/source/stm/opump.cxx2
-rw-r--r--io/source/stm/streamhelper.cxx2
6 files changed, 0 insertions, 12 deletions
diff --git a/io/source/stm/factreg.cxx b/io/source/stm/factreg.cxx
index 8631a09eea74..b162a2363b59 100644
--- a/io/source/stm/factreg.cxx
+++ b/io/source/stm/factreg.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
#include <osl/diagnose.h>
#include <cppuhelper/factory.hxx>
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index a761947dddfe..95fea956718c 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
// streams
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index a8317d3918a0..85a0cc9ce5d7 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
#include <map>
#include <vector>
diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx
index 79c3da328eaa..aa2f3abbeba2 100644
--- a/io/source/stm/opipe.cxx
+++ b/io/source/stm/opipe.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
// streams
#include <com/sun/star/io/XInputStream.hpp>
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx
index 21f03b6169b5..1ea93a036174 100644
--- a/io/source/stm/opump.cxx
+++ b/io/source/stm/opump.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
#include <stdio.h>
diff --git a/io/source/stm/streamhelper.cxx b/io/source/stm/streamhelper.cxx
index 8791c016db7d..d17d62ce4c12 100644
--- a/io/source/stm/streamhelper.cxx
+++ b/io/source/stm/streamhelper.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
#include <rtl/alloc.h>
#include <limits>