Remove sot/agg.hxx include
This commit is contained in:
parent
96dbb5f5f0
commit
b392bdf0c7
2 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
|||
|
||||
$(eval $(call gb_Package_Package,sot_inc,$(SRCDIR)/sot/inc))
|
||||
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/absdev.hxx,sot/absdev.hxx))
|
||||
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/agg.hxx,sot/agg.hxx))
|
||||
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/clsids.hxx,sot/clsids.hxx))
|
||||
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/exchange.hxx,sot/exchange.hxx))
|
||||
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/factory.hxx,sot/factory.hxx))
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <tools/debug.hxx>
|
||||
#include <sot/object.hxx>
|
||||
#include <sot/factory.hxx>
|
||||
#include <sot/agg.hxx>
|
||||
|
||||
/************** class SotObject ******************************************/
|
||||
class SotObjectFactory : public SotFactory
|
||||
|
|
Loading…
Reference in a new issue