Remove includes of <cinttypes>

Instead of including <cinttypes> directly, zm_define.h should be used
to get the typedef'ed types as well.
This commit is contained in:
Peter Keresztes Schmidt
2021-02-02 19:56:11 +01:00
parent 0f5df0c739
commit e09fa1bebf
8 changed files with 4 additions and 10 deletions

View File

@@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <cinttypes>
#include "zm_ffmpeg.h"
#include "zm_image.h"