diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-06 22:45:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:37:10 +0200 |
commit | c06be53493013abadf844929b7724b6b2ddda1a0 (patch) | |
tree | f7c11e900abed6085d08b699814ad8e4ccc378fa /accessibility/inc/pch | |
parent | 1a6a475089c740f7343572f404f0a45d21484a13 (diff) |
connectivity: replace boost::remove_reference with std::remove_reference
Change-Id: I7c11fcdaf8065fa86d224ad2fab88b0bcb907255
Diffstat (limited to 'accessibility/inc/pch')
-rw-r--r-- | accessibility/inc/pch/precompiled_acc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index 2ef584e8e721..c0ab3af65eb0 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.hxx @@ -52,7 +52,6 @@ #include <typeinfo> #include <utility> #include <vector> -#include <boost/intrusive_ptr.hpp> #include <boost/optional.hpp> #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> |