Move many other files from Core -> Utility.

llvm-svn: 297043
diff --git a/lldb/source/Core/Timer.cpp b/lldb/source/Core/Timer.cpp
index 5222bf7..e3d213b 100644
--- a/lldb/source/Core/Timer.cpp
+++ b/lldb/source/Core/Timer.cpp
@@ -8,14 +8,16 @@
 //===----------------------------------------------------------------------===//
 #include "lldb/Core/Timer.h"
 
+#include "lldb/Host/Host.h"
+#include "lldb/Utility/Stream.h"
+
+#include "llvm/Support/ThreadLocal.h"
+
 #include <algorithm>
 #include <map>
 #include <mutex>
 #include <vector>
 
-#include "lldb/Host/Host.h"
-#include "lldb/Utility/Stream.h"
-
 #include <stdio.h>
 
 using namespace lldb_private;