Commit fdc54362 authored by Eric Niebler's avatar Eric Niebler Committed by Facebook Github Bot

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
parent b2dd1005
......@@ -16,6 +16,8 @@
#pragma once
#include <stdexcept>
#include <folly/Format.h>
#include <folly/io/async/DelayedDestruction.h>
......
......@@ -15,7 +15,6 @@
*/
#pragma once
#include <folly/Optional.h>
#include <folly/io/async/AsyncSocketException.h>
namespace folly {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment