Use the GMock portability header
[folly.git] / folly / io / async / test / MockAsyncUDPSocket.h
index 267b2113163e4005d5b8836eb0dc8c10ceaa4756..8a9c204dbea1db79d5cf2df45a4258b3cdcda337 100644 (file)
@@ -15,9 +15,8 @@
  */
 #pragma once
 
-#include <gmock/gmock.h>
-
 #include <folly/io/async/AsyncUDPSocket.h>
+#include <folly/portability/GMock.h>
 
 namespace folly { namespace test {