diff options
Diffstat (limited to 'include/llvm/IR/Mangler.h')
| -rw-r--r-- | include/llvm/IR/Mangler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Mangler.h b/include/llvm/IR/Mangler.h index ea2f0c3f09f3d..349218e33817c 100644 --- a/include/llvm/IR/Mangler.h +++ b/include/llvm/IR/Mangler.h @@ -16,13 +16,13 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/IR/GlobalValue.h" -#include "llvm/Support/raw_ostream.h" namespace llvm { class DataLayout; template <typename T> class SmallVectorImpl; class Twine; +class raw_ostream; class Mangler { /// We need to give global values the same name every time they are mangled. |
