From: Yedidya Feldblum Date: Fri, 5 Jan 2018 07:08:09 +0000 (-0800) Subject: Cut glog include from folly/synchronization/RWSpinLock.h X-Git-Tag: v2018.01.08.00~8 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=5cb23840adceb1c5f4d960967c9a66374a858b9e 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 --- 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 {