mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -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:
@@ -26,7 +26,7 @@
|
||||
#include <tstring.h>
|
||||
#include <tdebug.h>
|
||||
#include <bitset>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#include "mpcproperties.h"
|
||||
#include "mpcfile.h"
|
||||
|
||||
Reference in New Issue
Block a user