Fix class member shadowing in folly::ProducerConsumerQueue
[folly.git] / folly / test / CpuIdTest.cpp
index 1692f92c7deda89bdbc5737ad7a45c8fe9d1310f..176f0c7c4626d66618ce5f1fa4185f7dbfd08a5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.
  * limitations under the License.
  */
 
-#include "folly/CpuId.h"
+#include <folly/CpuId.h>
 
-#include <glog/logging.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 
@@ -26,4 +25,3 @@ TEST(CpuId, Simple) {
   CpuId id;
   EXPECT_TRUE(id.mmx());
 }
-