fix build on case sensitive file systems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45639 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-01-05 23:37:52 +00:00
parent f995830daf
commit 93c7e41825

View File

@ -12,13 +12,11 @@
//
//===----------------------------------------------------------------------===//
#include "CodegenDAGPatterns.h"
#include "CodeGenDAGPatterns.h"
#include "Record.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Debug.h"
//#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Streams.h"
//#include <algorithm>
#include <set>
using namespace llvm;