Move stdbool include to torint.h

It's friday, and this seems like a good idea, and they're egging me
on in IRC.
This commit is contained in:
Nick Mathewson 2018-04-27 15:08:27 -04:00
parent 78eb0192da
commit cb0af6157c
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,8 @@
#include <inttypes.h> #include <inttypes.h>
#endif #endif
#include <stdbool.h>
#if (SIZEOF_INT8_T != 0) #if (SIZEOF_INT8_T != 0)
#define HAVE_INT8_T #define HAVE_INT8_T
#endif #endif

View File

@ -57,7 +57,6 @@
#ifdef HAVE_TIME_H #ifdef HAVE_TIME_H
#include <time.h> #include <time.h>
#endif #endif
#include <stdbool.h>
#ifdef _WIN32 #ifdef _WIN32
#include <winsock2.h> #include <winsock2.h>