aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-14 13:33:31 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-14 13:33:31 +0000
commit220cc759df24d938fcc125818365834ff7e9370f (patch)
treeff3e2e77561937556a59dcc20dfb90bf79aa01ad /storage/src
parent060953cb4a5b15cf1465094424f39f3829512671 (diff)
Remove all usage of boost::noncopyable.
Diffstat (limited to 'storage/src')
-rw-r--r--storage/src/vespa/storage/common/visitorfactory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/common/visitorfactory.h b/storage/src/vespa/storage/common/visitorfactory.h
index ac03057d466..f8911c27e4b 100644
--- a/storage/src/vespa/storage/common/visitorfactory.h
+++ b/storage/src/vespa/storage/common/visitorfactory.h
@@ -8,7 +8,6 @@
*/
#pragma once
-#include <boost/shared_ptr.hpp>
#include <vespa/vdslib/container/parameters.h>
namespace storage {