Remove excess <stdint.h>

This commit is contained in:
Jan Edmund Lazo
2019-07-27 07:46:22 -04:00
parent 11fe132dd9
commit 6508215b5c
17 changed files with 0 additions and 19 deletions

View File

@@ -3,7 +3,6 @@
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>
#include <assert.h>
#include <msgpack.h>

View File

@@ -2,7 +2,6 @@
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
#include <assert.h>
#include <stdint.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>