summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-06-01 11:03:44 +0200
committerGitHub <noreply@github.com>2022-06-01 11:03:44 +0200
commit6e65f1d8e061964a0db4a967e5069442fe0e1b74 (patch)
treeeba9839d6b7a58eea85865352af0b5c4bc090fa0 /vespalib
parent81d9e9f05aebde3abeb42afb41d1e3245444acf9 (diff)
parentcd0553c9a4df7c0405d1ccb1726cb80762e5f94e (diff)
Merge pull request #22819 from vespa-engine/balder/use-std-to_charsv7.593.6
Balder/use std to chars
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/shared_string_repo.h1
-rw-r--r--vespalib/src/vespa/vespalib/util/typify.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/vespalib/src/vespa/vespalib/util/shared_string_repo.h b/vespalib/src/vespa/vespalib/util/shared_string_repo.h
index 7ba59937c7c..99a120d1cc5 100644
--- a/vespalib/src/vespa/vespalib/util/shared_string_repo.h
+++ b/vespalib/src/vespa/vespalib/util/shared_string_repo.h
@@ -6,7 +6,6 @@
#include "string_id.h"
#include "spin_lock.h"
#include <vespa/vespalib/stllike/string.h>
-#include <vespa/vespalib/util/stringfmt.h>
#include <vespa/vespalib/stllike/identity.h>
#include <vespa/vespalib/stllike/allocator.h>
#include <vespa/vespalib/stllike/hashtable.hpp>
diff --git a/vespalib/src/vespa/vespalib/util/typify.h b/vespalib/src/vespa/vespalib/util/typify.h
index 4d97c1a458c..906c0c85710 100644
--- a/vespalib/src/vespa/vespalib/util/typify.h
+++ b/vespalib/src/vespa/vespalib/util/typify.h
@@ -3,7 +3,7 @@
#pragma once
#include "traits.h"
-#include <stddef.h>
+#include <cstddef>
#include <utility>
namespace vespalib {