diff options
author | August Sodora <augsod@gmail.com> | 2011-11-17 23:06:47 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-17 23:06:47 -0500 |
commit | f3098a52b93fe25af34e7edd5104c4e47370cfac (patch) | |
tree | 4f1c2369390572641fc5bad83e65653151c437fa /basic | |
parent | 5b5747abcc2e12d0620c40e639cd62dff1876359 (diff) |
Removed unused headers
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/scanner.cxx | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx index 91f4a04e6e52..4305e8a46240 100644 --- a/basic/source/comp/scanner.cxx +++ b/basic/source/comp/scanner.cxx @@ -30,19 +30,8 @@ #include "precompiled_basic.hxx" #include "sbcomp.hxx" -#include <stdio.h> -#include <string.h> -#include <ctype.h> -#if defined UNX -#include <stdlib.h> -#else -#include <math.h> // atof() -#endif -#include <rtl/math.hxx> -#include <vcl/svapp.hxx> -#include <unotools/charclass.hxx> -#include <runtime.hxx> +#include <vcl/svapp.hxx> SbiScanner::SbiScanner( const ::rtl::OUString& rBuf, StarBASIC* p ) : aBuf( rBuf ) { |