diff options
author | David Tardon <dtardon@redhat.com> | 2015-11-06 10:43:16 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-11-06 10:43:48 +0100 |
commit | 41d83eb8cd8e9544641182ff19a8c635760e75dc (patch) | |
tree | 664f3724eee213f6906d0be4dfa9ab3d99ed78c6 /sc/inc | |
parent | 0430450c3ea08765b1756f6cff8c6ef72a4b01cf (diff) |
drop unneeded include
Change-Id: I0b4492d2db48f015d13be8472bf282b4554a2a4c
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scmatrix.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx index affae039dfe9..ed3bd59058c3 100644 --- a/sc/inc/scmatrix.hxx +++ b/sc/inc/scmatrix.hxx @@ -33,7 +33,6 @@ #include <utility> #include <vector> #include <boost/intrusive_ptr.hpp> -#include <boost/interprocess/smart_ptr/unique_ptr.hpp> #define DEBUG_MATRIX 0 |