summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-11-20 21:45:17 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-11-20 21:45:17 +0000
commitafbe78369142bf8f02e89eb49117eef91a76e867 (patch)
tree6e6133dc989172ef1b212981ae62ae3ab4280eb5 /fastos
parent3c9a7ec70c36bf238765588859fa7b6672a9ff8a (diff)
Address comments from code review.
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/timestamp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fastos/src/vespa/fastos/timestamp.cpp b/fastos/src/vespa/fastos/timestamp.cpp
index 8428de9968e..ae6bef1e317 100644
--- a/fastos/src/vespa/fastos/timestamp.cpp
+++ b/fastos/src/vespa/fastos/timestamp.cpp
@@ -1,6 +1,5 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "timestamp.h"
-#include <chrono>
#include <cmath>
#include <thread>
#include <sys/time.h>