diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-05-18 20:06:04 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-05-18 20:06:04 -0700 |
commit | f0bbfad859d5f3bd2028d0d9b2e0ae6e6448ef32 (patch) | |
tree | c51f80517c0b20d7d5dd0482fa5d163b9dac6e54 /tools/Package_inc.mk | |
parent | 1143cf30551e8ce14065a51e1001a92395404348 (diff) |
Remove all the #include <tools/ownlist.hxx>
I'm deleting the header since it's no longer used.
Diffstat (limited to 'tools/Package_inc.mk')
-rw-r--r-- | tools/Package_inc.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Package_inc.mk b/tools/Package_inc.mk index adaa0c76b41b..9dd746dbcf9b 100644 --- a/tools/Package_inc.mk +++ b/tools/Package_inc.mk @@ -1,7 +1,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite @@ -62,7 +62,6 @@ $(eval $(call gb_Package_add_file,tools_inc,inc/tools/list.hxx,tools/list.hxx)) $(eval $(call gb_Package_add_file,tools_inc,inc/tools/mapunit.hxx,tools/mapunit.hxx)) $(eval $(call gb_Package_add_file,tools_inc,inc/tools/mempool.hxx,tools/mempool.hxx)) $(eval $(call gb_Package_add_file,tools_inc,inc/tools/multisel.hxx,tools/multisel.hxx)) -$(eval $(call gb_Package_add_file,tools_inc,inc/tools/ownlist.hxx,tools/ownlist.hxx)) $(eval $(call gb_Package_add_file,tools_inc,inc/tools/pathutils.hxx,tools/pathutils.hxx)) $(eval $(call gb_Package_add_file,tools_inc,inc/tools/poly.hxx,tools/poly.hxx)) $(eval $(call gb_Package_add_file,tools_inc,inc/tools/postsys.h,tools/postsys.h)) |