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/test | |
parent | 770f8097e0fa30162f20f0c1978b9fad5541ba74 (diff) |
remove include of pch header from io
Diffstat (limited to 'io/test')
-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 |
7 files changed, 0 insertions, 14 deletions
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> |