diff options
Diffstat (limited to 'cpputools/source')
-rw-r--r-- | cpputools/source/sp2bv/sp2bv.cxx | 2 | ||||
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/cpputools/source/sp2bv/sp2bv.cxx b/cpputools/source/sp2bv/sp2bv.cxx index 5af582002432..9998e7cdb7c4 100644 --- a/cpputools/source/sp2bv/sp2bv.cxx +++ b/cpputools/source/sp2bv/sp2bv.cxx @@ -17,11 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <stdio.h> -#include <stdlib.h> #include <string.h> #include <osl/thread.h> #include <osl/file.h> -#include <rtl/ustring.hxx> #include <rtl/ustrbuf.h> static bool hasOption(char const * szOption, int argc, char** argv); diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index 38f1249ba71e..b9dca78b67ce 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -28,9 +28,6 @@ #include <osl/conditn.hxx> #include <rtl/process.h> -#include <rtl/string.h> -#include <rtl/strbuf.hxx> -#include <rtl/ustrbuf.hxx> #include <rtl/ref.hxx> #include <cppuhelper/bootstrap.hxx> |