[Libreoffice-commits] core.git: include/comphelper include/IwyuFilter_include.yaml

Miklos Vajna vmiklos at collabora.co.uk
Thu May 31 12:42:11 UTC 2018


 include/IwyuFilter_include.yaml    |    2 ++
 include/comphelper/anytostring.hxx |    3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit fad591f79ef175e62bb1ea8ce861513d518c1518
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed May 30 21:07:34 2018 +0200

    comphelper: fix an IWYU warning
    
    Change-Id: I565ce46c01edfe16d5639cc62cb5a4ca996db349
    Reviewed-on: https://gerrit.libreoffice.org/55098
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
new file mode 100644
index 000000000000..2398dc61771f
--- /dev/null
+++ b/include/IwyuFilter_include.yaml
@@ -0,0 +1,2 @@
+---
+assumeFilename: desktop/source/app/app.cxx
diff --git a/include/comphelper/anytostring.hxx b/include/comphelper/anytostring.hxx
index 7edab7b16972..e5a0e4ab2eb0 100644
--- a/include/comphelper/anytostring.hxx
+++ b/include/comphelper/anytostring.hxx
@@ -21,9 +21,10 @@
 #define INCLUDED_COMPHELPER_ANYTOSTRING_HXX
 
 #include <rtl/ustring.hxx>
-#include <com/sun/star/uno/Any.hxx>
 #include <comphelper/comphelperdllapi.h>
 
+namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
+
 namespace comphelper
 {
 


More information about the Libreoffice-commits mailing list