Kaydet (Commit) 4c8d656b authored tarafından Jorenz Paragas's avatar Jorenz Paragas Kaydeden (comit) Noel Grandin

tdf#42949: clean up includes in include/oox/token with iwyu

...although the includes were mostly correct.

Change-Id: I82d62f9e239d9e2523c8561e54bf7af1183b8828
Reviewed-on: https://gerrit.libreoffice.org/26141Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst be9f916f
...@@ -21,8 +21,10 @@ ...@@ -21,8 +21,10 @@
#define INCLUDED_OOX_TOKEN_NAMESPACEMAP_HXX #define INCLUDED_OOX_TOKEN_NAMESPACEMAP_HXX
#include <map> #include <map>
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sal/types.h>
namespace oox { namespace oox {
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#define INCLUDED_OOX_TOKEN_PROPERTYNAMES_HXX #define INCLUDED_OOX_TOKEN_PROPERTYNAMES_HXX
#include <vector> #include <vector>
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
......
...@@ -21,11 +21,13 @@ ...@@ -21,11 +21,13 @@
#define INCLUDED_OOX_TOKEN_TOKENMAP_HXX #define INCLUDED_OOX_TOKEN_TOKENMAP_HXX
#include <vector> #include <vector>
#include <com/sun/star/uno/Sequence.hxx>
#include <oox/token/tokens.hxx> #include <oox/token/tokens.hxx>
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <com/sun/star/uno/Sequence.hxx> #include <sal/types.h>
namespace oox { namespace oox {
......
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