[llvm] 73d0206 - raw_ostream.cpp - remove duplicate includes. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 16 10:33:02 PDT 2020
Author: Simon Pilgrim
Date: 2020-09-16T18:32:28+01:00
New Revision: 73d02064d2533daecf6fe82b8608da8f6eed59a5
URL: https://github.com/llvm/llvm-project/commit/73d02064d2533daecf6fe82b8608da8f6eed59a5
DIFF: https://github.com/llvm/llvm-project/commit/73d02064d2533daecf6fe82b8608da8f6eed59a5.diff
LOG: raw_ostream.cpp - remove duplicate includes. NFCI.
Remove headers already included in raw_ostream.h
Added:
Modified:
llvm/lib/Support/raw_ostream.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp
index c803724eb1cf..48b42fec0acd 100644
--- a/llvm/lib/Support/raw_ostream.cpp
+++ b/llvm/lib/Support/raw_ostream.cpp
@@ -12,7 +12,6 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Compiler.h"
@@ -30,7 +29,6 @@
#include <cstdio>
#include <iterator>
#include <sys/stat.h>
-#include <system_error>
// <fcntl.h> may provide O_BINARY.
#if defined(HAVE_FCNTL_H)
More information about the llvm-commits
mailing list