diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 17:11:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 22:19:57 +0200 |
commit | 423753026057934e4f3aa1d6c0795493ecdf67b2 (patch) | |
tree | 86f877e48cef4076eb68f3aa965d5ccfa9559f54 /sc/inc | |
parent | d1c428a35243e58345940cf73e6091030849f4e7 (diff) |
drop some unnecessary includes
Change-Id: Ibbf459284a1555ad8ff836a610901844c82a6871
Reviewed-on: https://gerrit.libreoffice.org/80062
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/chgviset.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx index 9cbcb7a26f06..75491c2dd1d8 100644 --- a/sc/inc/chgviset.hxx +++ b/sc/inc/chgviset.hxx @@ -21,6 +21,7 @@ #include <memory> #include <tools/datetime.hxx> +#include <tools/solar.h> #include <unotools/textsearch.hxx> #include <svx/ctredlin.hxx> #include "rangelst.hxx" |