diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:18:15 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:18:15 -0600 |
commit | 8fc6fc97d5a27a24c774a59f076053581208eda0 (patch) | |
tree | db802e0d37e7dc2ec70e3527475eb8730dc389ab /sal/test | |
parent | c43122a9b2fa2beedb955770b2fdaeb48b0878cb (diff) |
remove include of pch header from sal
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/test_salmain.cxx | 2 | ||||
-rw-r--r-- | sal/test/test_salmainwithargs.cxx | 2 | ||||
-rw-r--r-- | sal/test/testbootstrap.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/samplelib1.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/samplelib2.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/unloadTest.cxx | 2 |
6 files changed, 0 insertions, 12 deletions
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 <stdio.h> #include <rtl/process.h> 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 <sal/types.h> #include <osl/time.h> 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 <sal/types.h> #include <osl/time.h> 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<osl/module.hxx> #include <osl/time.h> |