From 112f575e4bd2b5f72ce7d5a5544ecaa11418a50a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 28 Jun 2012 20:17:05 +0000 Subject: [PATCH] Remove layering violation #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159372 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 1 - 1 file changed, 1 deletion(-) 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"