OSDN Git Service

Remove unused include.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 11 Oct 2017 17:35:48 +0000 (17:35 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 11 Oct 2017 17:35:48 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315481 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/RelocVisitor.h

index 3c083f9..c1e2a82 100644 (file)
@@ -25,7 +25,6 @@
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/ErrorOr.h"
 #include <cstdint>
 #include <system_error>