summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/dummystoragelink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/common/dummystoragelink.cpp')
-rw-r--r--storage/src/tests/common/dummystoragelink.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/common/dummystoragelink.cpp b/storage/src/tests/common/dummystoragelink.cpp
index a747fbcf998..05ef0df432a 100644
--- a/storage/src/tests/common/dummystoragelink.cpp
+++ b/storage/src/tests/common/dummystoragelink.cpp
@@ -1,12 +1,12 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "dummystoragelink.h"
#include <vespa/storageframework/defaultimplementation/clock/realclock.h>
-#include <sys/time.h>
#include <vespa/vespalib/util/exceptions.h>
+#include <cassert>
namespace storage {
-DummyStorageLink* DummyStorageLink::_last(0);
+DummyStorageLink* DummyStorageLink::_last(nullptr);
DummyStorageLink::DummyStorageLink()
: StorageLink("Dummy storage link"),