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 /sax | |
parent | 854ff7bfc802d47d2a7419f7185af069a216b0bd (diff) |
convert vos/process.hxx and related API
Diffstat (limited to 'sax')
-rw-r--r-- | sax/test/saxdemo.cxx | 1 | ||||
-rw-r--r-- | sax/test/testcomponent.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index 17f286149867..18715609a4c0 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -51,7 +51,6 @@ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase3.hxx> -#include <vos/dynload.hxx> #include <osl/diagnose.h> using namespace ::rtl; diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx index 128fbebdb3c0..c92e416fc791 100644 --- a/sax/test/testcomponent.cxx +++ b/sax/test/testcomponent.cxx @@ -42,7 +42,6 @@ #include <cppuhelper/servicefactory.hxx> -#include <vos/dynload.hxx> #include <osl/diagnose.h> using namespace ::rtl; |