From cb0af6157c0acbd0a30c20f8f0a3b9d4d1f402ad Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 27 Apr 2018 15:08:27 -0400 Subject: [PATCH] Move stdbool include to torint.h It's friday, and this seems like a good idea, and they're egging me on in IRC. --- src/common/torint.h | 2 ++ src/or/or.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/torint.h b/src/common/torint.h index 0b8061d24f..fc7818fe2c 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -40,6 +40,8 @@ #include #endif +#include + #if (SIZEOF_INT8_T != 0) #define HAVE_INT8_T #endif diff --git a/src/or/or.h b/src/or/or.h index 3498e66579..4752743408 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -57,7 +57,6 @@ #ifdef HAVE_TIME_H #include #endif -#include #ifdef _WIN32 #include