remove folly/eventfd.h
authorTudor Bosman <tudorb@fb.com>
Wed, 27 Mar 2013 21:04:01 +0000 (14:04 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 21 Apr 2013 20:19:26 +0000 (13:19 -0700)
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

folly/experimental/io/AsyncIO.cpp

index addcc7e177850323c2e654bf281cddba4968f9c7..83a552867d8afe370ed0b2c4a1eec90b64051548 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "folly/experimental/io/AsyncIO.h"
 
+#include <sys/eventfd.h>
 #include <unistd.h>
 #include <cerrno>
 #include <string>
@@ -27,7 +28,6 @@
 #include "folly/Format.h"
 #include "folly/Likely.h"
 #include "folly/String.h"
-#include "folly/eventfd.h"
 
 namespace folly {