Adjust paths due to moving InstrSched to lib/Target/SparcV9

llvm-svn: 16852
diff --git a/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp b/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp
index 00b48d5..b51d153 100644
--- a/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp
+++ b/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp
@@ -19,9 +19,9 @@
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "../../Target/SparcV9/MachineCodeForInstruction.h"
-#include "../../Target/SparcV9/SparcV9RegInfo.h"
-#include "../../Target/SparcV9/SparcV9InstrInfo.h"
+#include "../MachineCodeForInstruction.h"
+#include "../SparcV9RegInfo.h"
+#include "../SparcV9InstrInfo.h"
 #include "llvm/ADT/STLExtras.h"
 #include <iostream>