diff options
author | August Sodora <augsod@gmail.com> | 2011-11-26 23:14:53 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-11-26 23:14:53 -0500 |
commit | 17dc1712da6d1d83aa8b0fdb31c9294da7a7bc67 (patch) | |
tree | 421bf74dd8ce56d9ffabd4a2e959fbf0750de0be /svtools | |
parent | 3dc1172426d18e2b611703092227ae95a934163b (diff) |
Remove unnecessary tools includes
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/wmf/winmtf.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/filter/wmf/winmtf.hxx b/svtools/source/filter/wmf/winmtf.hxx index 28c19c061eab..6f5e77879002 100644 --- a/svtools/source/filter/wmf/winmtf.hxx +++ b/svtools/source/filter/wmf/winmtf.hxx @@ -35,22 +35,14 @@ #include <sot/object.hxx> #include <boost/shared_ptr.hpp> -#include <tools/debug.hxx> -#include <tools/stack.hxx> -#include <tools/table.hxx> #include <vcl/graph.hxx> #include <vcl/virdev.hxx> -#include <tools/poly.hxx> #include <basegfx/tools/b2dclipstate.hxx> #include <vcl/font.hxx> #include <vcl/bmpacc.hxx> #include <vcl/lineinfo.hxx> #include <svtools/fltcall.hxx> -#include <vector> -#include <math.h> -#include <stdlib.h> - #define ERROR 0 #define NULLREGION 1 #define SIMPLEREGION 2 |