Cut glog include from folly/synchronization/RWSpinLock.h
[folly.git] / 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 {