Split out SSL test server for reuse
[folly.git] / folly / io / async / test / WriteChainAsyncTransportWrapperTest.cpp
index 0baac5186781611b2346ff3c67f17b0f9da5cc00..7c1b803fb344fcb7176f1932d58a3d389ad1b1f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * 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::_;