From 5cb23840adceb1c5f4d960967c9a66374a858b9e Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Thu, 4 Jan 2018 23:08:09 -0800 Subject: [PATCH] Cut glog include from folly/synchronization/RWSpinLock.h Summary: [Folly] Cut `glog` include from `folly/synchronization/RWSpinLock.h`. Reviewed By: meyering Differential Revision: D6659300 fbshipit-source-id: 0f1b79d98be0656694f57667252a16acd54e2414 --- folly/synchronization/RWSpinLock.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/folly/synchronization/RWSpinLock.h b/folly/synchronization/RWSpinLock.h index 5403102d..1e08d813 100644 --- a/folly/synchronization/RWSpinLock.h +++ b/folly/synchronization/RWSpinLock.h @@ -157,11 +157,8 @@ pthread_rwlock_t Read 728698 24us 101ns 7.28ms 194us #include #include -#include #include -#include - #include namespace folly { -- 2.34.1