From 09312dae933b28b0c916ed8c5b3e366b5f9426f5 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Wed, 23 Sep 2015 01:31:53 -0700 Subject: [PATCH] CpuIdTest.cpp does not need glog MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Summary: [Folly] `CpuIdTest.cpp` does not need `glog`. Reviewed By: @​@​philippv Differential Revision: D2470503 --- folly/test/CpuIdTest.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1