summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-27 16:30:17 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-27 16:30:17 +0200
commit6bfb02a92cb23436fac2b903ca286946d8828415 (patch)
tree551bd1f9c2fee44fbbc6690a071483d4f90b3d13 /staging_vespalib
parented460cb2b000e343bf828fc8b30cc45059c922ef (diff)
Remove include of unused linkedptr.h
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/timer.h b/staging_vespalib/src/vespa/vespalib/util/timer.h
index 963d6224fa0..f1cd8f743a5 100644
--- a/staging_vespalib/src/vespa/vespalib/util/timer.h
+++ b/staging_vespalib/src/vespa/vespalib/util/timer.h
@@ -1,7 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-#include <vespa/vespalib/util/linkedptr.h>
#include <vespa/vespalib/util/executor.h>
#include <vespa/vespalib/util/sync.h>
#include <vespa/fastos/thread.h>