Index: src/IceDefs.h |
diff --git a/src/IceDefs.h b/src/IceDefs.h |
index 68f30c7309365507d040133055193e23317abf69..ab89279f9d4009dc93ea58b571e0b5fba0eaa1f0 100644 |
--- a/src/IceDefs.h |
+++ b/src/IceDefs.h |
@@ -35,7 +35,6 @@ |
#include "llvm/Support/Casting.h" |
#include "llvm/Support/Compiler.h" // LLVM_STATIC_ASSERT |
#include "llvm/Support/raw_ostream.h" |
-#include "llvm/Support/Timer.h" |
// Roll our own static_assert<> in the absence of C++11. TODO: change |
// to static_assert<> with C++11. |