mirror of
https://github.com/taglib/taglib.git
synced 2025-11-14 05:32:46 -05: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:
@ -27,7 +27,7 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
#include <tstring.h>
|
||||
#include <tdebug.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user