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"

View File

@ -13,7 +13,6 @@
#include <cassert>
#include <cstddef>
#include <cmath>
#include <limits>
#include <sstream>
#include <string>

View File

@ -13,7 +13,6 @@
// C++ Includes
#include <cstdio>
#include <cstring>
#include <limits>
// Other libraries and framework includes
// Project includes

View File

@ -12,7 +12,6 @@
// C Includes
// C++ Includes
#include <algorithm>
#include <limits>
// Other libraries and framework includes
// Project includes

View File

@ -9,7 +9,6 @@
// C Includes
// C++ Includes
#include <limits>
// Other libraries and framework includes
// Project includes

View File

@ -14,8 +14,6 @@
#include "lldb/Target/Target.h"
#include "lldb/Utility/ConvertEnum.h"
#include <limits>
using namespace lldb;
using namespace lldb_private;

View File

@ -39,8 +39,10 @@
#include <pthread_np.h>
#endif
// C++ includes
#include <limits>
// C++ Includes
// Other libraries and framework includes
// Project includes
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/Host.h"