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/osl/unx | |
parent | c43122a9b2fa2beedb955770b2fdaeb48b0878cb (diff) |
remove include of pch header from sal
Diffstat (limited to 'sal/osl/unx')
-rw-r--r-- | sal/osl/unx/file.cxx | 2 | ||||
-rw-r--r-- | sal/osl/unx/file_error_transl.cxx | 2 | ||||
-rw-r--r-- | sal/osl/unx/file_path_helper.cxx | 2 | ||||
-rw-r--r-- | sal/osl/unx/file_stat.cxx | 2 | ||||
-rw-r--r-- | sal/osl/unx/file_url.cxx | 2 | ||||
-rw-r--r-- | sal/osl/unx/osxlocale.cxx | 2 | ||||
-rw-r--r-- | sal/osl/unx/process_impl.cxx | 2 | ||||
-rw-r--r-- | sal/osl/unx/salinit.cxx | 1 | ||||
-rw-r--r-- | sal/osl/unx/uunxapi.cxx | 2 |
9 files changed, 0 insertions, 17 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index 62d6aa02bc25..ccc87e3ed7b7 100644 --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "osl/file.hxx" diff --git a/sal/osl/unx/file_error_transl.cxx b/sal/osl/unx/file_error_transl.cxx index b3d35b3132bd..e2d515af8054 100644 --- a/sal/osl/unx/file_error_transl.cxx +++ b/sal/osl/unx/file_error_transl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #ifndef _ERRNO_H #include <errno.h> diff --git a/sal/osl/unx/file_path_helper.cxx b/sal/osl/unx/file_path_helper.cxx index c956edfa29bf..d0b79a91493e 100644 --- a/sal/osl/unx/file_path_helper.cxx +++ b/sal/osl/unx/file_path_helper.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" /******************************************* Includes diff --git a/sal/osl/unx/file_stat.cxx b/sal/osl/unx/file_stat.cxx index 62f8fe56cf35..674e6037e308 100644 --- a/sal/osl/unx/file_stat.cxx +++ b/sal/osl/unx/file_stat.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "osl/file.h" diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx index a2a3ddad3f38..6be4eb1a0471 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "file_url.h" diff --git a/sal/osl/unx/osxlocale.cxx b/sal/osl/unx/osxlocale.cxx index 78626d310da1..4b3f992d4e37 100644 --- a/sal/osl/unx/osxlocale.cxx +++ b/sal/osl/unx/osxlocale.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include <sal/types.h> #include <assert.h> diff --git a/sal/osl/unx/process_impl.cxx b/sal/osl/unx/process_impl.cxx index b795bbc4d40d..1edbf898f891 100644 --- a/sal/osl/unx/process_impl.cxx +++ b/sal/osl/unx/process_impl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "osl/process.h" diff --git a/sal/osl/unx/salinit.cxx b/sal/osl/unx/salinit.cxx index e62bdab890eb..81b1c1c4cc94 100644 --- a/sal/osl/unx/salinit.cxx +++ b/sal/osl/unx/salinit.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_sal.hxx" #include "sal/config.h" #include "osl/process.h" diff --git a/sal/osl/unx/uunxapi.cxx b/sal/osl/unx/uunxapi.cxx index 9cff7c0e350b..ee3cdeb928d8 100644 --- a/sal/osl/unx/uunxapi.cxx +++ b/sal/osl/unx/uunxapi.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #ifndef _OSL_UUNXAPI_H_ #include "uunxapi.h" |