Skip to content

Commit

Permalink
[Orc] Speculation.h - remove unnecessary ArrayRef.h include. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Apr 10, 2020
1 parent dd84a2f commit 7f90af1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#ifndef LLVM_EXECUTIONENGINE_ORC_SPECULATION_H
#define LLVM_EXECUTIONENGINE_ORC_SPECULATION_H

#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
Expand Down

0 comments on commit 7f90af1

Please sign in to comment.