summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-05 20:54:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-05 22:21:49 +0000
commit4d6a509efe6bd56613b5554556d3a4f7f4cfd0d5 (patch)
tree22fc10679131c72993615d0fa634460d14a15ec8 /tools
parent076b098ddf80fc78773d3ed97b7fd50dbcb4ebb6 (diff)
convert all remaining BOOST_STATIC_ASSERT to static_assert
and we can include a few less headers Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/pch/precompiled_tl.hxx1
-rw-r--r--tools/source/stream/stream.cxx2
2 files changed, 0 insertions, 3 deletions
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 <boost/checked_delete.hpp>
#include <boost/noncopyable.hpp>
#include <boost/rational.hpp>
-#include <boost/static_assert.hpp>
#include <cassert>
#include <cmath>
#include <com/sun/star/task/ErrorCodeIOException.hpp>
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 <ctype.h>
#include <stdlib.h>
-#include <boost/static_assert.hpp>
-
#include <osl/endian.h>
#include <osl/diagnose.h>