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 --- tools/inc/pch/precompiled_tl.hxx | 1 - tools/source/stream/stream.cxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/inc/pch/precompiled_tl.hxx b/tools/inc/pch/precompiled_tl.hxx index ffdf9ea0f0f3..3b682c0c26f1 100644 --- a/tools/inc/pch/precompiled_tl.hxx +++ b/tools/inc/pch/precompiled_tl.hxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 47f0dae26943..9f6e15f28eff 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -26,8 +26,6 @@ #include #include -#include - #include #include -- cgit