mirror of
https://github.com/taglib/taglib.git
synced 2026-07-13 14:51:05 -04:00
clang-tidy: Replace C headers with C++ alternatives
run-clang-tidy -header-filter='.*' -checks='-*,modernize-deprecated-headers' Fixed manually as automatic fix would shuffle headers around.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "modfileprivate.h"
|
||||
#include "tpropertymap.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace TagLib;
|
||||
|
||||
Reference in New Issue
Block a user