Fix case of path

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-03 03:32:39 +00:00
parent 5e8ca66914
commit a385bf7b6d

View File

@ -17,7 +17,7 @@
#define LLVM_TARGET_MREGISTERINFO_H
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Codegen/ValueTypes.h"
#include "llvm/CodeGen/ValueTypes.h"
#include <cassert>
#include <functional>