From: Tudor Bosman Date: Wed, 27 Mar 2013 21:04:01 +0000 (-0700) Subject: remove folly/eventfd.h X-Git-Tag: v0.22.0~1020 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ace1217a2d949e9bc33e4753858e042ed3df82d;p=folly.git remove folly/eventfd.h Test Plan: compile: fbconfig folly/experimental/io/test thrift/test unicorn/io/test common/system_features common/concurrency && fbmake opt Reviewed By: soren@fb.com FB internal diff: D753552 --- diff --git a/folly/experimental/io/AsyncIO.cpp b/folly/experimental/io/AsyncIO.cpp index addcc7e1..83a55286 100644 --- a/folly/experimental/io/AsyncIO.cpp +++ b/folly/experimental/io/AsyncIO.cpp @@ -16,6 +16,7 @@ #include "folly/experimental/io/AsyncIO.h" +#include #include #include #include @@ -27,7 +28,6 @@ #include "folly/Format.h" #include "folly/Likely.h" #include "folly/String.h" -#include "folly/eventfd.h" namespace folly {