diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-18 19:13:03 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-18 19:13:03 -0800 |
commit | bd8e3a86c306c008e1c18140ed500e1573c4da6b (patch) | |
tree | 2746c89a1343f3b1d3b4388c76882173d944b744 /starmath | |
parent | 67315a6b31db56b093253673a8be90a605194b44 (diff) |
Remove some #include <tools/list.hxx>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/parse.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/symbol.hxx | 1 | ||||
-rw-r--r-- | starmath/source/math_pch.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index f369e858ebbb..bff93f5cfccc 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -31,7 +31,6 @@ #include <vcl/svapp.hxx> #include <tools/stack.hxx> -#include <tools/list.hxx> #include <tools/string.hxx> #include "types.hxx" diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index f35be53d1c09..c855e652bd84 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -30,7 +30,6 @@ #define SYMBOL_HXX #include <vcl/font.hxx> -#include <tools/list.hxx> #include <tools/debug.hxx> #include <tools/dynary.hxx> #include <svl/lstner.hxx> diff --git a/starmath/source/math_pch.cxx b/starmath/source/math_pch.cxx index f3ca58dec02d..e61a9c377291 100644 --- a/starmath/source/math_pch.cxx +++ b/starmath/source/math_pch.cxx @@ -41,7 +41,6 @@ //--------- ab hier die "generierten" #include <tools/string.hxx> #include <tools/solar.h> -#include <tools/list.hxx> #include <tools/contnr.hxx> #include <tools/rtti.hxx> #include <tools/ref.hxx> |