From: Dan Gohman Date: Mon, 8 Dec 2008 19:45:33 +0000 (+0000) Subject: Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=447e4c1e7b51b5cbdd585854af13ea83608a8a50;p=clang Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60712 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/Backend.cpp b/Driver/Backend.cpp index 38abef1299..58c0d67b99 100644 --- a/Driver/Backend.cpp +++ b/Driver/Backend.cpp @@ -25,7 +25,6 @@ #include "llvm/Bitcode/ReaderWriter.h" #include "llvm/CodeGen/RegAllocRegistry.h" #include "llvm/CodeGen/SchedulerRegistry.h" -#include "llvm/CodeGen/ScheduleDAGSDNodes.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Compiler.h" #include "llvm/System/Path.h"