From 8fc6fc97d5a27a24c774a59f076053581208eda0 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:18:15 -0600 Subject: remove include of pch header from sal --- sal/test/test_salmain.cxx | 2 -- sal/test/test_salmainwithargs.cxx | 2 -- sal/test/testbootstrap.cxx | 2 -- sal/test/unloading/samplelib1.cxx | 2 -- sal/test/unloading/samplelib2.cxx | 2 -- sal/test/unloading/unloadTest.cxx | 2 -- 6 files changed, 12 deletions(-) (limited to 'sal/test') diff --git a/sal/test/test_salmain.cxx b/sal/test/test_salmain.cxx index 1b409b82a765..e262f854ffd2 100644 --- a/sal/test/test_salmain.cxx +++ b/sal/test/test_salmain.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "sal/main.h" diff --git a/sal/test/test_salmainwithargs.cxx b/sal/test/test_salmainwithargs.cxx index 605945d4e7d1..47dd66e3318c 100644 --- a/sal/test/test_salmainwithargs.cxx +++ b/sal/test/test_salmainwithargs.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "sal/main.h" diff --git a/sal/test/testbootstrap.cxx b/sal/test/testbootstrap.cxx index 871f527a17c9..bcb199990632 100644 --- a/sal/test/testbootstrap.cxx +++ b/sal/test/testbootstrap.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include #include diff --git a/sal/test/unloading/samplelib1.cxx b/sal/test/unloading/samplelib1.cxx index 539c1d69677d..3179d3c20672 100644 --- a/sal/test/unloading/samplelib1.cxx +++ b/sal/test/unloading/samplelib1.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include #include diff --git a/sal/test/unloading/samplelib2.cxx b/sal/test/unloading/samplelib2.cxx index 45042bec8ddc..b26c4a563c51 100644 --- a/sal/test/unloading/samplelib2.cxx +++ b/sal/test/unloading/samplelib2.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include #include diff --git a/sal/test/unloading/unloadTest.cxx b/sal/test/unloading/unloadTest.cxx index 31c3a6e7e05e..866a649ec588 100644 --- a/sal/test/unloading/unloadTest.cxx +++ b/sal/test/unloading/unloadTest.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include #include -- cgit