Skip to content

Commit b399b9b

Browse files
Replace <cstring> with <string>
1 parent 92834e0 commit b399b9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exceptions_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include "exceptions.hpp"
3030

31-
#include <cstring>
31+
#include <string>
3232

3333
#include <atf-c++.hpp>
3434

state.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
}
3232

3333
#include <cassert>
34-
#include <cstring>
34+
#include <string>
3535
#include <memory>
3636

3737
#include "c_gate.hpp"

state_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include "state.ipp"
3030

31-
#include <cstring>
31+
#include <string>
3232
#include <fstream>
3333
#include <iostream>
3434
#include <stdexcept>

0 commit comments

Comments
 (0)