[llvm] r237707 - Remove unused MachineLocation.h include from MCAsmInfo.h. NFC

Pete Cooper peter_cooper at apple.com
Tue May 19 10:59:10 PDT 2015


Author: pete
Date: Tue May 19 12:59:09 2015
New Revision: 237707

URL: http://llvm.org/viewvc/llvm-project?rev=237707&view=rev
Log:
Remove unused MachineLocation.h include from MCAsmInfo.h.  NFC

Modified:
    llvm/trunk/include/llvm/MC/MCAsmInfo.h

Modified: llvm/trunk/include/llvm/MC/MCAsmInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAsmInfo.h?rev=237707&r1=237706&r2=237707&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAsmInfo.h (original)
+++ llvm/trunk/include/llvm/MC/MCAsmInfo.h Tue May 19 12:59:09 2015
@@ -18,7 +18,6 @@
 
 #include "llvm/MC/MCDirectives.h"
 #include "llvm/MC/MCDwarf.h"
-#include "llvm/MC/MachineLocation.h"
 #include <cassert>
 #include <vector>
 





More information about the llvm-commits mailing list