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

@@ -19,7 +19,6 @@
#include <sys/ipc.h>
#include <sys/msg.h>
#include <cinttypes>
#include <string>
#include "zm.h"