diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:13:17 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:13:17 -0600 |
commit | 902b94875cb0881765fc7ec342ead325ecb83c9b (patch) | |
tree | 7829275e95dc670eb7bcb993fc87576706b05f4c /io | |
parent | 770f8097e0fa30162f20f0c1978b9fad5541ba74 (diff) |
remove include of pch header from io
Diffstat (limited to 'io')
-rw-r--r-- | io/inc/pch/precompiled_io.cxx | 1 | ||||
-rw-r--r-- | io/inc/pch/precompiled_io.hxx | 1 | ||||
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 2 | ||||
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 2 | ||||
-rw-r--r-- | io/source/acceptor/acc_pipe.cxx | 2 | ||||
-rw-r--r-- | io/source/acceptor/acc_socket.cxx | 2 | ||||
-rw-r--r-- | io/source/acceptor/acceptor.cxx | 2 | ||||
-rw-r--r-- | io/source/connector/connector.cxx | 2 | ||||
-rw-r--r-- | io/source/connector/ctr_pipe.cxx | 2 | ||||
-rw-r--r-- | io/source/connector/ctr_socket.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/factreg.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/odata.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/omark.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/opipe.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/opump.cxx | 2 | ||||
-rw-r--r-- | io/source/stm/streamhelper.cxx | 2 | ||||
-rw-r--r-- | io/test/stm/datatest.cxx | 2 | ||||
-rw-r--r-- | io/test/stm/marktest.cxx | 2 | ||||
-rw-r--r-- | io/test/stm/pipetest.cxx | 2 | ||||
-rw-r--r-- | io/test/stm/pumptest.cxx | 2 | ||||
-rw-r--r-- | io/test/stm/testfactreg.cxx | 2 | ||||
-rw-r--r-- | io/test/testcomponent.cxx | 2 | ||||
-rw-r--r-- | io/test/testconnection.cxx | 2 |
23 files changed, 0 insertions, 44 deletions
diff --git a/io/inc/pch/precompiled_io.cxx b/io/inc/pch/precompiled_io.cxx index aebb139d4ebd..e5a2f60de99b 100644 --- a/io/inc/pch/precompiled_io.cxx +++ b/io/inc/pch/precompiled_io.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_io.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/io/inc/pch/precompiled_io.hxx b/io/inc/pch/precompiled_io.hxx index 0c959b5c8712..1f2bf34bf349 100644 --- a/io/inc/pch/precompiled_io.hxx +++ b/io/inc/pch/precompiled_io.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:50.045714 #ifdef PRECOMPILED_HEADERS #endif diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index 4d8f931d5db1..1aa85ba749a0 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <string.h> diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 5952601dd140..15e40ee36a1b 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <osl/diagnose.h> diff --git a/io/source/acceptor/acc_pipe.cxx b/io/source/acceptor/acc_pipe.cxx index 199a7baf1591..751a1526b58b 100644 --- a/io/source/acceptor/acc_pipe.cxx +++ b/io/source/acceptor/acc_pipe.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include "osl/security.hxx" #include "acceptor.hxx" #include <com/sun/star/connection/ConnectionSetupException.hpp> diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx index c3ae4a775e4c..8633f0925f79 100644 --- a/io/source/acceptor/acc_socket.cxx +++ b/io/source/acceptor/acc_socket.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include "acceptor.hxx" #include <boost/unordered_set.hpp> diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx index 899849f0c7ea..4920c5e2c991 100644 --- a/io/source/acceptor/acceptor.cxx +++ b/io/source/acceptor/acceptor.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <osl/mutex.hxx> #include <uno/mapping.hxx> 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> 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> diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx index d865288d6de3..acfc13288aa7 100644 --- a/io/test/stm/datatest.cxx +++ b/io/test/stm/datatest.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/test/stm/marktest.cxx b/io/test/stm/marktest.cxx index dca626a797ba..15166fa8eec8 100644 --- a/io/test/stm/marktest.cxx +++ b/io/test/stm/marktest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <com/sun/star/test/XSimpleTest.hpp> #include <com/sun/star/io/XActiveDataSink.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx index b4f6208f7e53..49c431676bcb 100644 --- a/io/test/stm/pipetest.cxx +++ b/io/test/stm/pipetest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <com/sun/star/test/XSimpleTest.hpp> #include <com/sun/star/io/XInputStream.hpp> diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index 012df7bec5b2..54c212fbe414 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <stdio.h> #include <osl/time.h> diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index ebc5ffca2682..42e49b949fe3 100644 --- a/io/test/stm/testfactreg.cxx +++ b/io/test/stm/testfactreg.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <stdio.h> #include <string.h> diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx index 839f250d73ea..29351b18dcfc 100644 --- a/io/test/testcomponent.cxx +++ b/io/test/testcomponent.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" //------------------------------------------------------ // testcomponent - Loads a service and its testcomponent from dlls performs a test. diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index b61b2b0236e2..b6e07a0f44fe 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_io.hxx" #include <stdio.h> #include <osl/time.h> |