diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-29 12:01:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-29 12:05:13 +0200 |
commit | d5a252dcff1c202363652340b4f0e0cdd6d68e95 (patch) | |
tree | 8cac86d84fcc3bd862c640a336d49e176293fa30 /odk | |
parent | 77650bcc642c55fff811d641b0664b4a42e3f43c (diff) |
[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.
<http://lists.freedesktop.org/archives/libreoffice/2014-September/063637.html>
"Re: Performance samples for LibreOffice ..."
Change-Id: I8b5623950330180fb0ae158903ccecedaed57dfe
Diffstat (limited to 'odk')
-rw-r--r-- | odk/Package_odk_headers.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |