Include Threading.h instead of forward declaring a function.
authorZachary Turner <zturner@google.com>
Thu, 19 Jun 2014 20:20:03 +0000 (20:20 +0000)
committerZachary Turner <zturner@google.com>
Thu, 19 Jun 2014 20:20:03 +0000 (20:20 +0000)
commite0d89ff76414a1369c54fbd261308e1c313548d7
tree3dfdd4e10b7db0acb4d42fd4bfdfd86e0c6d0a28
parent4110a7ac7ac9f5814b6828e498efdb3e75110f66
Include Threading.h instead of forward declaring a function.

Previously this led to a circular header dependency, but a recent
change has since removed this dependency, so the correct fix is
to simply include the header rather than forward declare.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211311 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Mutex.h