Make Observer.Stress test not fail under load
[folly.git] / folly / test / CpuIdTest.cpp
index 7840a4b9bca0efb0a61e5578c06a0091789bd7ef..c1465aa40ed05653eb75a35fe4e631ecf0608fad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
@@ -16,8 +16,7 @@
 
 #include <folly/CpuId.h>
 
-#include <glog/logging.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;