diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 11:23:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 12:59:49 +0100 |
commit | d21d5a7261dc4cfb6acf5d03bdddfda13116e28c (patch) | |
tree | b3bdaf8368af371c7ff41ee4449afa229039510e /svtools | |
parent | d4e64d030092984077021a9af9d281cd64c476bf (diff) |
drop unnecessary shl.hxx includes
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/langtab.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 7f4726b00c97..55bb37032560 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -382,7 +382,6 @@ #include <tools/resid.hxx> #include <tools/resmgr.hxx> #include <tools/rtti.hxx> -#include <tools/shl.hxx> #include <tools/stream.hxx> #include <tools/tenccvt.hxx> #include <tools/time.hxx> diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index 7000ef03795c..88bf4dd1d540 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -19,8 +19,6 @@ #include <boost/static_assert.hpp> -#include <tools/shl.hxx> - #include <com/sun/star/i18n/DirectionProperty.hpp> #include <i18nlangtag/lang.h> |