Skip to content

Commit

Permalink
Remove an unused include.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315474 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Oct 11, 2017
1 parent 86ab1f5 commit a160c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/llvm/Object/ELFObjectFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cassert>
#include <cstdint>
Expand Down

0 comments on commit a160c45

Please sign in to comment.