Skip to content

Commit

Permalink
demangle: remove useless cstring include for gcc, clang and MinGW
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Jan 7, 2025
1 parent 4d09beb commit 0573d21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/demangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ std::string demangle_symbol(const char *symbol) {
#else /************************ gcc, clang, MinGW ************************/

#include <cxxabi.h>
#include <cstring>

std::string demangle_symbol(const char *symbol) {
std::string result;
Expand Down

0 comments on commit 0573d21

Please sign in to comment.