mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
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:
parent
78eb0192da
commit
cb0af6157c
@ -40,6 +40,8 @@
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#if (SIZEOF_INT8_T != 0)
|
||||
#define HAVE_INT8_T
|
||||
#endif
|
||||
|
@ -57,7 +57,6 @@
|
||||
#ifdef HAVE_TIME_H
|
||||
#include <time.h>
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
|
Loading…
Reference in New Issue
Block a user