From: Vedant Kumar Date: Tue, 22 Dec 2015 23:12:41 +0000 (+0000) Subject: [unittest] Use Support/thread.h instead of (second try) X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=b1500ee8d5de31b6c15925cf477737b0f38a4254 [unittest] Use Support/thread.h instead of (second try) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256292 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/TimerTest.cpp b/unittests/Support/TimerTest.cpp index 27736007bcc..00515f9aeb4 100644 --- a/unittests/Support/TimerTest.cpp +++ b/unittests/Support/TimerTest.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/Timer.h" -#include "llvm/Support/Thread.h" +#include "llvm/Support/thread.h" #include "gtest/gtest.h" #include