diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 15:46:17 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:38 -0500 |
commit | 08be4cfe51342b5b08511951b9c5ff13b3eeee8d (patch) | |
tree | 9a5394379bda57ec3d52f499a71898da0aea995f /svl | |
parent | 854ff7bfc802d47d2a7419f7185af069a216b0bd (diff) |
convert vos/process.hxx and related API
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/pch/precompiled_svl.hxx | 3 | ||||
-rw-r--r-- | svl/source/misc/svldata.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx index 2d8d42942c99..387ea3629728 100644 --- a/svl/inc/pch/precompiled_svl.hxx +++ b/svl/inc/pch/precompiled_svl.hxx @@ -422,9 +422,6 @@ #include <osl/mutex.hxx> -#include <vos/process.hxx> -#include <vos/security.hxx> -#include <vos/thread.hxx> //---MARKER--- diff --git a/svl/source/misc/svldata.cxx b/svl/source/misc/svldata.cxx index a9d5027f25c8..eb36f0fc8f64 100644 --- a/svl/source/misc/svldata.cxx +++ b/svl/source/misc/svldata.cxx @@ -32,7 +32,6 @@ #include <map> #include <tools/resmgr.hxx> #include <tools/shl.hxx> -#include <vos/process.hxx> #include <svl/svldata.hxx> namespace unnamed_svl_svldata {} |