Skip to content

Commit 9615c04

Browse files
committed
common/Thread: include cleanup
This header uses `std::string`, but not `std::system_error`. Signed-off-by: Max Kellermann <[email protected]>
1 parent f7ee8b1 commit 9615c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Thread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#define CEPH_THREAD_H
1818

1919
#include <functional>
20+
#include <string>
2021
#include <string_view>
21-
#include <system_error>
2222
#include <thread>
2323
#include <cstring>
2424

0 commit comments

Comments
 (0)