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 | |
parent | c43122a9b2fa2beedb955770b2fdaeb48b0878cb (diff) |
remove include of pch header from sal
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/all/debugbase.cxx | 2 | ||||
-rw-r--r-- | sal/osl/all/loadmodulerelative.cxx | 2 | ||||
-rw-r--r-- | sal/osl/all/log.cxx | 1 | ||||
-rw-r--r-- | sal/osl/all/trace.cxx | 1 | ||||
-rw-r--r-- | sal/osl/all/utility.cxx | 2 | ||||
-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 | ||||
-rw-r--r-- | sal/osl/w32/file.cxx | 2 | ||||
-rw-r--r-- | sal/osl/w32/path_helper.cxx | 2 | ||||
-rw-r--r-- | sal/osl/w32/procimpl.cxx | 2 | ||||
-rw-r--r-- | sal/osl/w32/salinit.cxx | 2 | ||||
-rw-r--r-- | sal/osl/w32/socket.cxx | 2 |
19 files changed, 0 insertions, 35 deletions
diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx index 5db51aa570b8..48a9c1aab925 100644 --- a/sal/osl/all/debugbase.cxx +++ b/sal/osl/all/debugbase.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "rtl/strbuf.hxx" #include "rtl/string.hxx" diff --git a/sal/osl/all/loadmodulerelative.cxx b/sal/osl/all/loadmodulerelative.cxx index 52637a3573cd..f3ea7bfe3509 100644 --- a/sal/osl/all/loadmodulerelative.cxx +++ b/sal/osl/all/loadmodulerelative.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "sal/config.h" diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx index a43964436842..6d8dee96c8a1 100644 --- a/sal/osl/all/log.cxx +++ b/sal/osl/all/log.cxx @@ -27,7 +27,6 @@ * instead of those above. */ -#include "precompiled_sal.hxx" #include "sal/config.h" #include <cassert> diff --git a/sal/osl/all/trace.cxx b/sal/osl/all/trace.cxx index 8fccb44b68d0..e0893d024fbf 100644 --- a/sal/osl/all/trace.cxx +++ b/sal/osl/all/trace.cxx @@ -27,7 +27,6 @@ * instead of those above. */ -#include "precompiled_sal.hxx" #include "sal/config.h" #include <cstdarg> diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx index fbb91d7ea318..12e533bfface 100644 --- a/sal/osl/all/utility.cxx +++ b/sal/osl/all/utility.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "rtl/ustring.hxx" 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" diff --git a/sal/osl/w32/file.cxx b/sal/osl/w32/file.cxx index b4648a72d2ae..da49f3a75b2c 100644 --- a/sal/osl/w32/file.cxx +++ b/sal/osl/w32/file.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #define UNICODE #define _UNICODE diff --git a/sal/osl/w32/path_helper.cxx b/sal/osl/w32/path_helper.cxx index aaf59f4ef586..0cc0d714411a 100644 --- a/sal/osl/w32/path_helper.cxx +++ b/sal/osl/w32/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/w32/procimpl.cxx b/sal/osl/w32/procimpl.cxx index 676c0e8b58cd..23e74d1a4e65 100644 --- a/sal/osl/w32/procimpl.cxx +++ b/sal/osl/w32/procimpl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #define UNICODE #define _UNICODE diff --git a/sal/osl/w32/salinit.cxx b/sal/osl/w32/salinit.cxx index 806c35bc7536..f7ae518dfef4 100644 --- a/sal/osl/w32/salinit.cxx +++ b/sal/osl/w32/salinit.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "system.h" #include <osl/process.h> diff --git a/sal/osl/w32/socket.cxx b/sal/osl/w32/socket.cxx index 8a0bc31f034f..40533513015d 100644 --- a/sal/osl/w32/socket.cxx +++ b/sal/osl/w32/socket.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "system.h" |