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/rtl | |
parent | c43122a9b2fa2beedb955770b2fdaeb48b0878cb (diff) |
remove include of pch header from sal
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/bootstrap.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/cmdargs.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/hash.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/logfile.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/math.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/rtl_process.cxx | 1 | ||||
-rw-r--r-- | sal/rtl/source/unload.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/uri.cxx | 2 | ||||
-rw-r--r-- | sal/rtl/source/uuid.cxx | 2 |
9 files changed, 0 insertions, 17 deletions
diff --git a/sal/rtl/source/bootstrap.cxx b/sal/rtl/source/bootstrap.cxx index 498cebcc2065..9792bfb5c0af 100644 --- a/sal/rtl/source/bootstrap.cxx +++ b/sal/rtl/source/bootstrap.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "boost/noncopyable.hpp" #include "rtl/bootstrap.h" diff --git a/sal/rtl/source/cmdargs.cxx b/sal/rtl/source/cmdargs.cxx index 475e5fb76236..83d55cec0a08 100644 --- a/sal/rtl/source/cmdargs.cxx +++ b/sal/rtl/source/cmdargs.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include <osl/mutex.hxx> #include <rtl/process.h> diff --git a/sal/rtl/source/hash.cxx b/sal/rtl/source/hash.cxx index 8ddf2683ad53..1f7703c783e2 100644 --- a/sal/rtl/source/hash.cxx +++ b/sal/rtl/source/hash.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "hash.hxx" #include "strimp.hxx" diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/source/logfile.cxx index a9bf40b5a0ee..7a267eab9cd3 100644 --- a/sal/rtl/source/logfile.cxx +++ b/sal/rtl/source/logfile.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include <cstdarg> #include <cstdio> #include <stdio.h> diff --git a/sal/rtl/source/math.cxx b/sal/rtl/source/math.cxx index 1aee95642936..947f733a9428 100644 --- a/sal/rtl/source/math.cxx +++ b/sal/rtl/source/math.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "rtl/math.h" diff --git a/sal/rtl/source/rtl_process.cxx b/sal/rtl/source/rtl_process.cxx index e20b3338ba88..be7169814fd8 100644 --- a/sal/rtl/source/rtl_process.cxx +++ b/sal/rtl/source/rtl_process.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_sal.hxx" #include "sal/config.h" #include <cstring> diff --git a/sal/rtl/source/unload.cxx b/sal/rtl/source/unload.cxx index 2690973b7f28..76d035eddaac 100644 --- a/sal/rtl/source/unload.cxx +++ b/sal/rtl/source/unload.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include <rtl/unload.h> #include <rtl/alloc.h> #include <rtl/ustring.hxx> diff --git a/sal/rtl/source/uri.cxx b/sal/rtl/source/uri.cxx index 191d319c6474..89107df17c7b 100644 --- a/sal/rtl/source/uri.cxx +++ b/sal/rtl/source/uri.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include "rtl/uri.h" diff --git a/sal/rtl/source/uuid.cxx b/sal/rtl/source/uuid.cxx index 8b650cd6aa43..340bbe9bdf41 100644 --- a/sal/rtl/source/uuid.cxx +++ b/sal/rtl/source/uuid.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #include <string.h> #include <stdlib.h> |