Shift folly:thread_local out of folly:base

Summary:
```
foundation/dependency_management/ensure-explicit-dependencies.sh folly:thread_local
```

Reviewed By: yfeldblum

Differential Revision: D5715635

fbshipit-source-id: b1e770e59de7406aa2a2f669ce974b8d87ccc1a5
This commit is contained in:
Christopher Dykes 2017-08-27 16:39:46 -07:00 committed by Facebook Github Bot
parent ba685f30eb
commit f6b84b74c8

View File

@ -48,6 +48,7 @@ cpp_library(
"@/eden/fs/inodes:inodes",
"@/eden/fs/store/git:git",
"@/eden/fs/store/hg:hg",
"@/folly:thread_local",
"@/folly/experimental:experimental",
"@/folly/experimental:string_keyed_map",
"@/folly/experimental/logging:init",