Shift the job of defining NOMINMAX into source rather than the build system
[folly.git] / folly / io / async / EventBase.h
index fe6dcf1eb8a2d48642ed78c63e4eab2a1df09073..487af0547f09071c83bd1dd669a7645b2c3b5ee7 100644 (file)
@@ -45,9 +45,9 @@
 #include <folly/io/async/HHWheelTimer.h>
 #include <folly/io/async/Request.h>
 #include <folly/io/async/TimeoutManager.h>
+#include <folly/portability/Event.h>
 #include <glog/logging.h>
 
-#include <event.h>  // libevent
 
 namespace folly {