diff options
Diffstat (limited to 'cpputools/source/sp2bv/sp2bv.cxx')
-rw-r--r-- | cpputools/source/sp2bv/sp2bv.cxx | 2 |
1 files changed, 0 insertions, 2 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); |