From: Eric Niebler Date: Wed, 18 Jan 2017 17:26:27 +0000 (-0800) Subject: Add a missing #include. Remove an unnecessary #include. X-Git-Tag: v2017.03.06.00~97 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fdc5436231f47b9e345e318ddeb7881bf2dead40;p=folly.git 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 --- 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 {