Skip to content

Commit

Permalink
Replace <cstring> with <string>
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer committed Mar 18, 2024
1 parent 92834e0 commit b399b9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exceptions_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "exceptions.hpp"

#include <cstring>
#include <string>

#include <atf-c++.hpp>

Expand Down
2 changes: 1 addition & 1 deletion state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {
}

#include <cassert>
#include <cstring>
#include <string>
#include <memory>

#include "c_gate.hpp"
Expand Down
2 changes: 1 addition & 1 deletion state_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "state.ipp"

#include <cstring>
#include <string>
#include <fstream>
#include <iostream>
#include <stdexcept>
Expand Down

0 comments on commit b399b9b

Please sign in to comment.