Commit 4ace1217 authored by Tudor Bosman's avatar Tudor Bosman Committed by Jordan DeLong

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
parent 900b4f9b
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "folly/experimental/io/AsyncIO.h" #include "folly/experimental/io/AsyncIO.h"
#include <sys/eventfd.h>
#include <unistd.h> #include <unistd.h>
#include <cerrno> #include <cerrno>
#include <string> #include <string>
...@@ -27,7 +28,6 @@ ...@@ -27,7 +28,6 @@
#include "folly/Format.h" #include "folly/Format.h"
#include "folly/Likely.h" #include "folly/Likely.h"
#include "folly/String.h" #include "folly/String.h"
#include "folly/eventfd.h"
namespace folly { 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