Add evb change callback to SSL Socket
[folly.git] / folly / io / async / test / WriteChainAsyncTransportWrapperTest.cpp
index 0baac5186781611b2346ff3c67f17b0f9da5cc00..e75a9318308afc9a58d1789f8f37637246e0a311 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <gtest/gtest.h>
 
 #include <folly/io/async/AsyncTransport.h>
 #include <folly/io/async/WriteChainAsyncTransportWrapper.h>
 #include <folly/portability/GMock.h>
+#include <folly/portability/GTest.h>
 
 using namespace testing;
 using testing::_;