From 4d6a509efe6bd56613b5554556d3a4f7f4cfd0d5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Feb 2015 20:54:12 +0000 Subject: convert all remaining BOOST_STATIC_ASSERT to static_assert and we can include a few less headers Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8 --- svtools/inc/pch/precompiled_svt.hxx | 1 - svtools/source/misc/langtab.cxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'svtools') diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 7e86e0980080..34843886b2e6 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index 70e835f5b774..8a6b76712828 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include #include -- cgit