Replace use of deprecated C++ headers

This commit is contained in:
Jonas Kvinge
2020-06-14 23:54:18 +02:00
parent ad49d38e46
commit 13b60351a6
38 changed files with 56 additions and 56 deletions

View File

@@ -23,11 +23,11 @@
# define METRONOM_INTERNAL
#endif
#include <stdint.h>
#include <cstdint>
#include <sys/types.h>
#include <time.h>
#include <ctime>
#include <unistd.h>
#include <errno.h>
#include <cerrno>
#include <xine.h>
#ifdef XINE_ANALYZER
# include <xine/metronom.h>