Don't shadow locals, parameters or fields
[folly.git] / folly / test / IPAddressTest.h
index ef50c134e523b7117e32572e11a4461f7f89308f..20633b167954a1dd384a043bea823a832ab049f0 100644 (file)
 
 #include <string>
 
-#include <gtest/gtest.h>
-
-extern "C" {
 #include <sys/types.h>
-#include <arpa/inet.h>
-#include <sys/socket.h>
-}
 
 #include <folly/IPAddress.h>
+#include <folly/portability/GTest.h>
+#include <folly/portability/Sockets.h>
 
 namespace folly {