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

@@ -21,7 +21,6 @@
#include <sys/stat.h>
#include <arpa/inet.h>
#include <glob.h>
#include <cinttypes>
#include "zm.h"
#include "zm_db.h"