summaryrefslogtreecommitdiffstats
path: root/io/source/connector
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/connector
parentremove include of pch header from idlc (diff)
downloadcore-902b94875cb0881765fc7ec342ead325ecb83c9b.tar.gz
core-902b94875cb0881765fc7ec342ead325ecb83c9b.zip
remove include of pch header from io
Diffstat (limited to 'io/source/connector')
-rw-r--r--io/source/connector/connector.cxx2
-rw-r--r--io/source/connector/ctr_pipe.cxx2
-rw-r--r--io/source/connector/ctr_socket.cxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx
index 04ef6469228a..bddbd260445b 100644
--- a/io/source/connector/connector.cxx
+++ b/io/source/connector/connector.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
#include "osl/security.hxx"
#include <uno/mapping.hxx>
diff --git a/io/source/connector/ctr_pipe.cxx b/io/source/connector/ctr_pipe.cxx
index 3069d0523794..3a983c5aa424 100644
--- a/io/source/connector/ctr_pipe.cxx
+++ b/io/source/connector/ctr_pipe.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
#include "connector.hxx"
diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx
index 1fdd69429190..d4a0e7c7ebd9 100644
--- a/io/source/connector/ctr_socket.cxx
+++ b/io/source/connector/ctr_socket.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_io.hxx"
#include "connector.hxx"
#include <rtl/ustrbuf.hxx>