Don't include "Config/stdlib.h".

llvm-svn: 9037
This commit is contained in:
Brian Gaeke 2003-10-10 19:12:22 +00:00
parent bc12709888
commit 2797c131ef
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include "llvm/Function.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "Config/stdlib.h"
static const uint32_t MAXLO = (1 << 10) - 1; // set bits set by %lo(*)
static const uint32_t MAXSIMM = (1 << 12) - 1; // set bits in simm13 field of OR

View File

@ -18,7 +18,6 @@
#include "Support/FileUtilities.h"
#include "Support/Signals.h"
#include "Support/SystemUtils.h"
#include "Config/stdlib.h"
#include <algorithm>
#include <fstream>
#include <memory>