From: Bill Wendling Date: Thu, 28 Jun 2012 20:17:05 +0000 (+0000) Subject: Remove layering violation #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=112f575e4bd2b5f72ce7d5a5544ecaa11418a50a;p=oota-llvm.git Remove layering violation #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159372 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/NVPTX/NVPTXAsmPrinter.cpp b/lib/Target/NVPTX/NVPTXAsmPrinter.cpp index ade40497d16..f2b96163f43 100644 --- a/lib/Target/NVPTX/NVPTXAsmPrinter.cpp +++ b/lib/Target/NVPTX/NVPTXAsmPrinter.cpp @@ -20,7 +20,6 @@ #include "NVPTXUtilities.h" #include "MCTargetDesc/NVPTXMCAsmInfo.h" #include "NVPTXNumRegisters.h" -#include "../lib/CodeGen/AsmPrinter/DwarfDebug.h" // FIXME: layering violation! #include "llvm/ADT/StringExtras.h" #include "llvm/DebugInfo.h" #include "llvm/Function.h"