From d5a252dcff1c202363652340b4f0e0cdd6d68e95 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 29 Sep 2014 12:01:20 +0200 Subject: [API CHANGE] Remove internal-only osl/diagnose.hxx from SDK ...which should ideally have no effect on external code anyway, given it only contains internal-only code. Its use of boost/unordered_set.hpp apparently started to cause problems in combination with C++98-enforcing CppunitTest_odk_checkapi, cf. "Re: Performance samples for LibreOffice ..." Change-Id: I8b5623950330180fb0ae158903ccecedaed57dfe --- odk/Package_odk_headers.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'odk/Package_odk_headers.mk') diff --git a/odk/Package_odk_headers.mk b/odk/Package_odk_headers.mk index 04758989dfd5..0154e3a4e515 100644 --- a/odk/Package_odk_headers.mk +++ b/odk/Package_odk_headers.mk @@ -88,7 +88,6 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\ osl/conditn.h \ osl/conditn.hxx \ osl/diagnose.h \ - osl/diagnose.hxx \ osl/doublecheckedlocking.h \ osl/endian.h \ osl/file.h \ -- cgit