projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900b4f9
)
remove folly/eventfd.h
author
Tudor Bosman
<tudorb@fb.com>
Wed, 27 Mar 2013 21:04:01 +0000
(14:04 -0700)
committer
Jordan 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
patch
|
blob
|
history
diff --git
a/folly/experimental/io/AsyncIO.cpp
b/folly/experimental/io/AsyncIO.cpp
index addcc7e177850323c2e654bf281cddba4968f9c7..83a552867d8afe370ed0b2c4a1eec90b64051548 100644
(file)
--- a/
folly/experimental/io/AsyncIO.cpp
+++ b/
folly/experimental/io/AsyncIO.cpp
@@
-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 {