summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/timetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/timetest.cpp')
-rw-r--r--fastos/src/tests/timetest.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/fastos/src/tests/timetest.cpp b/fastos/src/tests/timetest.cpp
index b63ebf7fa02..9989da1e2fc 100644
--- a/fastos/src/tests/timetest.cpp
+++ b/fastos/src/tests/timetest.cpp
@@ -1,9 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <stdlib.h>
-#include <cmath>
-#include <vespa/fastos/fastos.h>
#include "tests.h"
+#include <vespa/fastos/time.h>
+#include <cmath>
using namespace fastos;
@@ -268,7 +267,7 @@ public:
}
- int Main ();
+ int Main () override;
};
int TimeTest::Main ()