Cut glog include from folly/synchronization/RWSpinLock.h
authorYedidya Feldblum <yfeldblum@fb.com>
Fri, 5 Jan 2018 07:08:09 +0000 (23:08 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 5 Jan 2018 07:22:05 +0000 (23:22 -0800)
Summary: [Folly] Cut `glog` include from `folly/synchronization/RWSpinLock.h`.

Reviewed By: meyering

Differential Revision: D6659300

fbshipit-source-id: 0f1b79d98be0656694f57667252a16acd54e2414

folly/synchronization/RWSpinLock.h

index 5403102d0e3fb3e1b6ea176dd800de2f8339ff1a..1e08d8131e1b7bc6c5ce3dd08d373c2c936fbffe 100644 (file)
@@ -157,11 +157,8 @@ pthread_rwlock_t Read        728698     24us       101ns     7.28ms     194us
 
 #include <algorithm>
 #include <atomic>
-#include <string>
 #include <thread>
 
-#include <glog/logging.h>
-
 #include <folly/Likely.h>
 
 namespace folly {