diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-18 16:14:14 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-18 16:14:14 +0100 |
commit | 1420bb328c47306e71ed8cbc638e9d38ac46cfd5 (patch) | |
tree | 86c65fe68ba92445ab39d585a1a57b814fceb1f3 /starmath/inc/dialog.hxx | |
parent | b1059002cd8fb84cbae969b43620b36a066c527c (diff) |
Remove duplicated includes and defines. Identified with "cat $i | grep '^#include' | sort | uniq -d".
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r-- | starmath/inc/dialog.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 64cb550d787b..ea548a9ee528 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -32,7 +32,6 @@ #include <vcl/dialog.hxx> #include <vcl/fixed.hxx> #include <vcl/button.hxx> -#include <vcl/image.hxx> #include <sfx2/tabdlg.hxx> #include <vcl/combobox.hxx> #include <svx/charmap.hxx> |