mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue