aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h')
-rw-r--r--llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h b/llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h
index 2a45bb86a332..109ac8e3c371 100644
--- a/llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h
+++ b/llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h
@@ -9,9 +9,11 @@
#ifndef LLVM_TEXTAPI_MACHO_WRITER_H
#define LLVM_TEXTAPI_MACHO_WRITER_H
-#include "llvm/Support/MemoryBuffer.h"
-
namespace llvm {
+
+class Error;
+class raw_ostream;
+
namespace MachO {
class InterfaceFile;