[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 04:59:41 PDT 2020
awarzynski created this revision.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
awarzynski requested review of this revision.
Repository:
rG LLVM Github Monorepo
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.294019.patch
Type: text/x-patch
Size: 738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200924/72759f45/attachment.bin>
More information about the llvm-commits
mailing list