summaryrefslogtreecommitdiffstats
path: root/storageframework/src/vespa/storageframework/defaultimplementation/clock/fakeclock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework/src/vespa/storageframework/defaultimplementation/clock/fakeclock.cpp')
-rw-r--r--storageframework/src/vespa/storageframework/defaultimplementation/clock/fakeclock.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/storageframework/src/vespa/storageframework/defaultimplementation/clock/fakeclock.cpp b/storageframework/src/vespa/storageframework/defaultimplementation/clock/fakeclock.cpp
index cc9b01add51..c72d00fb3ac 100644
--- a/storageframework/src/vespa/storageframework/defaultimplementation/clock/fakeclock.cpp
+++ b/storageframework/src/vespa/storageframework/defaultimplementation/clock/fakeclock.cpp
@@ -1,6 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/storageframework/defaultimplementation/clock/fakeclock.h>
+#include "fakeclock.h"
namespace storage {
namespace framework {