summaryrefslogtreecommitdiffstats
path: root/storageapi/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-18 03:23:53 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:44 +0000
commitef031ed8d62e86a7355200b6982682d39dee5032 (patch)
treeb13ef2676937b1977313bdf7f158432bf3e67a57 /storageapi/src
parent876b07cf8ce2f17d08c772381877a468feefc7b4 (diff)
Do not include fastos.h in header files.
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
-
+}
+}