Don't shadow locals, parameters or fields
[folly.git] / folly / test / IPAddressTest.h
index a5f4d893dabf15b27f1c74754473ec17a149b21f..20633b167954a1dd384a043bea823a832ab049f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 #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/IPAddress.h>
+#include <folly/portability/GTest.h>
+#include <folly/portability/Sockets.h>
 
 namespace folly {