Remove an unneeded include.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Greene 2009-12-04 23:55:07 +00:00
parent 7907ddb6d8
commit adbc23cae1

View File

@ -34,7 +34,6 @@
#include "llvm/MC/MCAsmInfo.h"
#include <limits>
#include <cstring>
using namespace llvm;