fix typo double include

This commit is contained in:
alex 2020-11-12 07:17:00 -08:00
parent 8de8d00a5d
commit 83e8af1f68
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <stdint.h>
// stdbool.h can not be defined (and does not need to be defined) on the below platform
#if !defined(__APPLE__) && !defined(__BIG_ENDIAN__)
#include <stdbool.h> #include <stdbool.h>
#include <stdbool.h>
#endif
#ifndef _LANGUAGE_C