From fdc5436231f47b9e345e318ddeb7881bf2dead40 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Wed, 18 Jan 2017 09:26:27 -0800 Subject: [PATCH] Add a missing #include. Remove an unnecessary #include. Summary: 'Nuf said. Depends on D4413112 Reviewed By: yfeldblum, spacedentist Differential Revision: D4425605 fbshipit-source-id: a7c98867cfa5c859a1b4d2eb78724710c4f1115f --- folly/io/async/AsyncSocketException.h | 2 ++ folly/io/async/ssl/SSLErrors.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/folly/io/async/AsyncSocketException.h b/folly/io/async/AsyncSocketException.h index 0fc1f4b5..2033be05 100644 --- a/folly/io/async/AsyncSocketException.h +++ b/folly/io/async/AsyncSocketException.h @@ -16,6 +16,8 @@ #pragma once +#include + #include #include diff --git a/folly/io/async/ssl/SSLErrors.h b/folly/io/async/ssl/SSLErrors.h index 8c812766..2d37c49c 100644 --- a/folly/io/async/ssl/SSLErrors.h +++ b/folly/io/async/ssl/SSLErrors.h @@ -15,7 +15,6 @@ */ #pragma once -#include #include namespace folly { -- 2.34.1