Remove unnecessary <limits> includes.

llvm-svn: 263588
This commit is contained in:
Jim Ingham
2016-03-15 21:11:02 +00:00
parent 5e1493b560
commit 9d9b46bf74
7 changed files with 4 additions and 9 deletions

View File

@@ -13,7 +13,6 @@
// C++ Includes
#include <cassert>
#include <cstddef>
#include <limits>
// Other libraries and framework includes
#include "llvm/Support/MathExtras.h"