summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-21 22:16:15 -0500
committerAugust Sodora <augsod@gmail.com>2011-11-21 22:16:15 -0500
commit5ddab9d8d4ef4553fef0bc76312fb5f3565cf9f2 (patch)
tree61f51c55f5c24de89eba1eb7601fc1705f68469c /basctl
parent226dade0ca04ffa6656d9bac963223984c3a01ce (diff)
Remove unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/ide_pch.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/basctl/source/basicide/ide_pch.hxx b/basctl/source/basicide/ide_pch.hxx
index b0d6e2d5de9e..78e39abb6c23 100644
--- a/basctl/source/basicide/ide_pch.hxx
+++ b/basctl/source/basicide/ide_pch.hxx
@@ -30,21 +30,13 @@
#define ITEMID_SEARCH 0
#define ITEMID_SIZE 0
-#include <vcl/wrkwin.hxx>
#include <vcl/msgbox.hxx>
-#include <vcl/menu.hxx>
-
-#include <svl/svarray.hxx>
-#include <svl/itemset.hxx>
#include <svl/aeitem.hxx>
-#include <svl/stritem.hxx>
#include <svl/whiter.hxx>
#include <svl/intitem.hxx>
#include <svl/srchitem.hxx>
#define _BASIC_TEXTPORTIONS
-#include <basic/sbdef.hxx>
-#include <basic/sbstar.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbmod.hxx>
#include <basic/basmgr.hxx>
@@ -52,20 +44,12 @@
#include <sfx2/app.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/printer.hxx>
-#include <sfx2/viewsh.hxx>
-#include <sfx2/event.hxx>
-#include <sfx2/bindings.hxx>
#include <sfx2/request.hxx>
#include <sfx2/childwin.hxx>
-#include <sfx2/viewfrm.hxx>
-#include <sfx2/objsh.hxx>
-#include <sfx2/genlink.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/minfitem.hxx>
#include <sfx2/dinfdlg.hxx>
#include <sfx2/docfac.hxx>
-#include <sfx2/progress.hxx>
#include <editeng/sizeitem.hxx>
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */