diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-05-28 14:37:17 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-05-28 14:38:12 +0100 |
commit | f6417f5db8c16286904d074d1e40e9c1eb083951 (patch) | |
tree | 2668abc3c19b28196e76373b08e9c91b8d67e6a5 /llvm/lib/Support/FileOutputBuffer.cpp | |
parent | 1a945757ac7debd9ad14497fa404e3900869cad5 (diff) | |
download | llvm-f6417f5db8c16286904d074d1e40e9c1eb083951.zip llvm-f6417f5db8c16286904d074d1e40e9c1eb083951.tar.gz llvm-f6417f5db8c16286904d074d1e40e9c1eb083951.tar.bz2 |
FileOutputBuffer.h - remove unused includes. NFC.
Move dependent includes down to source files where necessary.
Diffstat (limited to 'llvm/lib/Support/FileOutputBuffer.cpp')
-rw-r--r-- | llvm/lib/Support/FileOutputBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/FileOutputBuffer.cpp b/llvm/lib/Support/FileOutputBuffer.cpp index ec12820..3342682 100644 --- a/llvm/lib/Support/FileOutputBuffer.cpp +++ b/llvm/lib/Support/FileOutputBuffer.cpp @@ -12,8 +12,8 @@ #include "llvm/Support/FileOutputBuffer.h" #include "llvm/ADT/STLExtras.h" -#include "llvm/ADT/SmallString.h" #include "llvm/Support/Errc.h" +#include "llvm/Support/FileSystem.h" #include "llvm/Support/Memory.h" #include "llvm/Support/Path.h" #include <system_error> |