summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-19 18:42:51 -0300
committerMichael Stahl <mstahl@redhat.com>2014-02-20 20:38:41 +0000
commitc340131d16e49d91f15a2bd9c102a7da8c906602 (patch)
treec4e7736347a406f617ca92aa7046ee1f269a24bf
parent9c9e4b1942b2bb7bb80d0317f40488a4cf1f9b9a (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>
-rw-r--r--include/tools/date.hxx1
-rw-r--r--include/tools/datetime.hxx1
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>