diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-27 22:08:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-28 12:02:40 +0100 |
commit | 9f1788ebc91faa1fff25b9fae61b603e44fb15ab (patch) | |
tree | de5a2992a1a84a1321f5e6f0439e69ad76134067 /sw/inc/ndtyp.hxx | |
parent | 5564a31c3fe1098fd72635238d33a3dbafb8b62e (diff) |
Fix some IWYU warnings
Change-Id: I5aa3744ee7f26dfefecbe9b9fa6aef700049ff32
Reviewed-on: https://gerrit.libreoffice.org/50469
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndtyp.hxx')
-rw-r--r-- | sw/inc/ndtyp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndtyp.hxx b/sw/inc/ndtyp.hxx index 6e1909bdf721..50c1f6999eff 100644 --- a/sw/inc/ndtyp.hxx +++ b/sw/inc/ndtyp.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SW_INC_NDTYP_HXX #define INCLUDED_SW_INC_NDTYP_HXX -#include <tools/solar.h> +#include <sal/types.h> #include <o3tl/typed_flags_set.hxx> // IDs for different nodes. The member indicating the type of node is |