Skip to content

Commit 7c3e7a2

Browse files
committed
Fix include lint
1 parent 12069f8 commit 7c3e7a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/unittests/Frontend/OutputStreamTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88

99
#include "clang/Basic/LangStandard.h"
1010
#include "clang/CodeGen/BackendUtil.h"
11-
#include "clang/CodeGen/CodeGenAction.h"
1211
#include "clang/Frontend/CompilerInstance.h"
1312
#include "clang/Frontend/TextDiagnosticPrinter.h"
1413
#include "clang/FrontendTool/Utils.h"
1514
#include "clang/Lex/PreprocessorOptions.h"
16-
#include "llvm/Support/VirtualFileSystem.h"
1715
#include "llvm/Support/TargetSelect.h"
16+
#include "llvm/Support/VirtualFileSystem.h"
1817
#include "gtest/gtest.h"
1918

2019
using namespace llvm;

0 commit comments

Comments
 (0)