Skip to content

Commit

Permalink
[flang][driver] Remove unnecessary includes in the unittest (NFC)
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D88219
  • Loading branch information
banach-space committed Sep 24, 2020
1 parent b2c4663 commit 10c94d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions flang/unittests/Frontend/CompilerInstanceTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 10c94d8

Please sign in to comment.