diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-02-19 18:42:51 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-20 20:38:41 +0000 |
commit | c340131d16e49d91f15a2bd9c102a7da8c906602 (patch) | |
tree | c4e7736347a406f617ca92aa7046ee1f269a24bf /include/tools | |
parent | 9c9e4b1942b2bb7bb80d0317f40488a4cf1f9b9a (diff) |
fdo#63154 Remove unused solar.h reference in tools
Change-Id: Ic450a82a201cb4da3b0c2992908b597220038871
Reviewed-on: https://gerrit.libreoffice.org/8135
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/date.hxx | 1 | ||||
-rw-r--r-- | include/tools/datetime.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/date.hxx b/include/tools/date.hxx index f8b52ef50d7a..6b08e4a5ad48 100644 --- a/include/tools/date.hxx +++ b/include/tools/date.hxx @@ -20,7 +20,6 @@ #define INCLUDED_TOOLS_DATE_HXX #include <tools/toolsdllapi.h> -#include <tools/solar.h> #include <com/sun/star/util/Date.hpp> #include <sal/log.hxx> diff --git a/include/tools/datetime.hxx b/include/tools/datetime.hxx index eae54adc0a20..c5e45ec72734 100644 --- a/include/tools/datetime.hxx +++ b/include/tools/datetime.hxx @@ -20,7 +20,6 @@ #define INCLUDED_TOOLS_DATETIME_HXX #include <tools/toolsdllapi.h> -#include <tools/solar.h> #include <tools/date.hxx> #include <tools/time.hxx> |