Kaydet (Commit) f3a2a203 authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Miklos Vajna

tdf#42949 Fix IWYU warnings in include/sal/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I62758fd7c9d932c5a390739774b112356006a937
Reviewed-on: https://gerrit.libreoffice.org/56062
Tested-by: Jenkins
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 40bb0d6d
--- ---
assumeFilename: desktop/source/app/app.cxx assumeFilename: desktop/source/app/app.cxx
blacklist:
include/sal/typesizes.h:
# needed for build to work
- config_typesizes.h
include/sal/types.h:
# needed for build to work
- sal/typesizes.h
include/sal/mathconf.h:
# Platform dependent
- cmath
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include "osl/endian.h" #include "osl/endian.h"
#include <float.h>
#if defined __sun #if defined __sun
#include <ieeefp.h> #include <ieeefp.h>
#endif /* __sun */ #endif /* __sun */
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include <memory> #include <memory>
#include <float.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <unotools/resmgr.hxx> #include <unotools/resmgr.hxx>
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>
#include <float.h>
#define ADDIN_SERVICE "com.sun.star.sheet.AddIn" #define ADDIN_SERVICE "com.sun.star.sheet.AddIn"
#define MY_SERVICE "com.sun.star.sheet.addin.Analysis" #define MY_SERVICE "com.sun.star.sheet.addin.Analysis"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <rtl/math.hxx> #include <rtl/math.hxx>
#include <stdexcept> #include <stdexcept>
#include <vector> #include <vector>
#include <float.h>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include <xmloff/xmltoken.hxx> #include <xmloff/xmltoken.hxx>
#include <xmloff/xmlexp.hxx> #include <xmloff/xmlexp.hxx>
#include <float.h>
#include <set> #include <set>
#include <vector> #include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment