diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/Library_cppuhelper.mk | 2 | ||||
-rw-r--r-- | cppuhelper/inc/pch/precompiled_cppuhelper.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index 6b9c69c3563a..580a70f41ad9 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -23,8 +23,6 @@ $(eval $(call gb_Library_add_defs,cppuhelper,\ $(eval $(call gb_Library_set_precompiled_header,cppuhelper,$(SRCDIR)/cppuhelper/inc/pch/precompiled_cppuhelper)) -$(eval $(call gb_Library_use_external,cppuhelper,boost_headers)) - $(eval $(call gb_Library_use_libraries,cppuhelper,\ cppu \ reg \ diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx index d528e141209c..d01118b842de 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx @@ -27,7 +27,6 @@ #include <memory> #include <new> #include <vector> -#include <boost/noncopyable.hpp> #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <osl/file.h> |