From: Yedidya Feldblum Date: Wed, 23 Sep 2015 08:31:53 +0000 (-0700) Subject: CpuIdTest.cpp does not need glog X-Git-Tag: deprecate-dynamic-initializer~380 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=09312dae933b28b0c916ed8c5b3e366b5f9426f5;p=folly.git CpuIdTest.cpp does not need glog Summary: [Folly] `CpuIdTest.cpp` does not need `glog`. Reviewed By: @​@​philippv Differential Revision: D2470503 --- diff --git a/folly/test/CpuIdTest.cpp b/folly/test/CpuIdTest.cpp index 7840a4b9..64da3e13 100644 --- a/folly/test/CpuIdTest.cpp +++ b/folly/test/CpuIdTest.cpp @@ -16,7 +16,6 @@ #include -#include #include using namespace folly;