Remove unused MachineLocation.h include from MCAsmInfo.h. NFC
authorPete Cooper <peter_cooper@apple.com>
Tue, 19 May 2015 17:59:09 +0000 (17:59 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 19 May 2015 17:59:09 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237707 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAsmInfo.h

index d7863a341d1f9bd0af1215aead142d74df7fb7e2..64dc8abd6382b4434b1e6dc55db9bbd2dfc2e1de 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "llvm/MC/MCDirectives.h"
 #include "llvm/MC/MCDwarf.h"
-#include "llvm/MC/MachineLocation.h"
 #include <cassert>
 #include <vector>