[Libreoffice-commits] core.git: include/tools

Alexandre Vicenzi vicenzi.alexandre at gmail.com
Sun Mar 9 09:26:04 PDT 2014


 include/tools/mempool.hxx |    1 -
 include/tools/zcodec.hxx  |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 409727fa65df977ace5adf8737773ec6ce2c1a1f
Author: Alexandre Vicenzi <vicenzi.alexandre at gmail.com>
Date:   Sat Mar 8 16:31:46 2014 -0300

    fdo#63154 Remove unused solar.h reference in tools
    
    Change-Id: Icd21bbc91ae3587140fe8b0982fc8223fed0903b
    Reviewed-on: https://gerrit.libreoffice.org/8505
    Tested-by: LibreOffice gerrit bot <gerrit at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/tools/mempool.hxx b/include/tools/mempool.hxx
index a240201..ef3fe6c 100644
--- a/include/tools/mempool.hxx
+++ b/include/tools/mempool.hxx
@@ -23,7 +23,6 @@
 
 #include <sal/macros.h>
 #include <tools/toolsdllapi.h>
-#include <tools/solar.h>
 
 struct FixedMemPool_Impl;
 
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index e5d9592..1ec6782 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -21,7 +21,6 @@
 #define INCLUDED_TOOLS_ZCODEC_HXX
 
 #include <tools/toolsdllapi.h>
-#include <tools/solar.h>
 
 // Defines
 


More information about the Libreoffice-commits mailing list