mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-04 14:04:17 -04:00
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:
@@ -21,7 +21,6 @@
|
||||
#include <sys/stat.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <glob.h>
|
||||
#include <cinttypes>
|
||||
|
||||
#include "zm.h"
|
||||
#include "zm_db.h"
|
||||
|
||||
Reference in New Issue
Block a user