From b2dd1005bb5bb6435214d541f3902e022d237f03 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Sun, 15 Jan 2017 18:21:28 -0800 Subject: [PATCH] Drop unneeded Pthread include Summary: It was killed in an earlier diff. Reviewed By: yfeldblum Differential Revision: D4418832 fbshipit-source-id: c9a5134fa100b24a3394607dea20e6e8a8d341e1 --- folly/io/async/EventBase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/folly/io/async/EventBase.h b/folly/io/async/EventBase.h index 8bfb684d..cc23fed2 100644 --- a/folly/io/async/EventBase.h +++ b/folly/io/async/EventBase.h @@ -44,7 +44,6 @@ #include #include #include -#include #include #include // libevent -- 2.34.1