From 902b94875cb0881765fc7ec342ead325ecb83c9b Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:13:17 -0600 Subject: remove include of pch header from io --- io/test/stm/datatest.cxx | 2 -- io/test/stm/marktest.cxx | 2 -- io/test/stm/pipetest.cxx | 2 -- io/test/stm/pumptest.cxx | 2 -- io/test/stm/testfactreg.cxx | 2 -- io/test/testcomponent.cxx | 2 -- io/test/testconnection.cxx | 2 -- 7 files changed, 14 deletions(-) (limited to 'io/test') 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 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 #include #include 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 #include 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 #include 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 #include 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 #include -- cgit