summaryrefslogtreecommitdiffstats
path: root/storageapi/src
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi/src')
-rw-r--r--storageapi/src/vespa/storageapi/defs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/storageapi/src/vespa/storageapi/defs.h b/storageapi/src/vespa/storageapi/defs.h
index 787e7bdfbee..89e4b90268a 100644
--- a/storageapi/src/vespa/storageapi/defs.h
+++ b/storageapi/src/vespa/storageapi/defs.h
@@ -6,7 +6,7 @@
*/
#pragma once
-#include <vespa/fastos/fastos.h>
+#include <cstdint>
namespace storage {
namespace api {
@@ -16,6 +16,5 @@ typedef uint32_t VisitorId;
const Timestamp MAX_TIMESTAMP = (Timestamp)-1ll;
-} // api
-} // storage
-
+}
+}