1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Remove unused include.

llvm-svn: 315481
This commit is contained in:
Rafael Espindola 2017-10-11 17:35:48 +00:00
parent 58a9a7c375
commit 7f418bbe02

View File

@ -25,7 +25,6 @@
#include "llvm/Object/ObjectFile.h" #include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Casting.h" #include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ErrorOr.h"
#include <cstdint> #include <cstdint>
#include <system_error> #include <system_error>