[PATCH] D88219: [flang][driver] Remove unnecessary includes in the unittest
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 05:05:18 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG10c94d8cf876: [flang][driver] Remove unnecessary includes in the unittest (NFC) (authored by awarzynski).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88219/new/
https://reviews.llvm.org/D88219
Files:
flang/unittests/Frontend/CompilerInstanceTest.cpp
Index: flang/unittests/Frontend/CompilerInstanceTest.cpp
===================================================================
--- flang/unittests/Frontend/CompilerInstanceTest.cpp
+++ flang/unittests/Frontend/CompilerInstanceTest.cpp
@@ -7,14 +7,11 @@
//===----------------------------------------------------------------------===//
#include "flang/Frontend/CompilerInstance.h"
-#include "gtest/gtest.h"
-#include "flang/Frontend/CompilerInvocation.h"
#include "clang/Basic/DiagnosticOptions.h"
-#include "clang/Driver/Options.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
-#include "llvm/Support/raw_ostream.h"
-#include <filesystem>
+#include "gtest/gtest.h"
+
using namespace llvm;
using namespace Fortran::frontend;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88219.294020.patch
Type: text/x-patch
Size: 738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200924/d02fc157/attachment.bin>
More information about the llvm-commits
mailing list