CpuIdTest.cpp does not need glog
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 23 Sep 2015 08:31:53 +0000 (01:31 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 23 Sep 2015 09:20:17 +0000 (02:20 -0700)
Summary: [Folly] `CpuIdTest.cpp` does not need `glog`.

Reviewed By: @​@​philippv

Differential Revision: D2470503

folly/test/CpuIdTest.cpp

index 7840a4b9bca0efb0a61e5578c06a0091789bd7ef..64da3e1393cb696f4d6d1f20f7df57ced5ac2cc6 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <folly/CpuId.h>
 
-#include <glog/logging.h>
 #include <gtest/gtest.h>
 
 using namespace folly;