Make this compile on case-sensitive file systemsw
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 20 Nov 2010 16:14:57 +0000 (16:14 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 20 Nov 2010 16:14:57 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119905 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetFrameInfo.cpp

index dad51b9560054d1fe469fc3e47aba4085c32904d..776bcc56dd29ba432170b82bbc48f003174eb6e2 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Codegen/MachineFrameInfo.h"
-#include "llvm/Codegen/MachineFunction.h"
+#include "llvm/CodeGen/MachineFrameInfo.h"
+#include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetFrameInfo.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetRegisterInfo.h"