Skip to content

Commit 12d279e

Browse files
jszt1igcbot
authored andcommitted
Remove redunant includes
Remove redundant includes of <iostream> across Source/IGC
1 parent 211382f commit 12d279e

File tree

12 files changed

+0
-12
lines changed

12 files changed

+0
-12
lines changed

Diff for: IGC/AdaptorCommon/AddImplicitArgs.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ SPDX-License-Identifier: MIT
3232
#include "DebugInfo/VISADebugEmitter.hpp"
3333
#include <map>
3434
#include <utility>
35-
#include <iostream>
3635
#include "Probe/Assertion.h"
3736

3837
using namespace llvm;

Diff for: IGC/AdaptorOCL/UnifyIROCL.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ SPDX-License-Identifier: MIT
77
============================= end_copyright_notice ===========================*/
88

99
#include <chrono>
10-
#include <iostream>
1110

1211
#include "common/LLVMWarningsPush.hpp"
1312
#include <llvm/Support/ScaledNumber.h>

Diff for: IGC/AdaptorOCL/preprocess_spvir/ConvertUserSemanticDecoratorOnFunctions.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ SPDX-License-Identifier: MIT
1818
#include <llvm/Demangle/Demangle.h>
1919
#include <llvm/IR/Mangler.h>
2020
#include "common/LLVMWarningsPop.hpp"
21-
#include <iostream>
2221
using namespace llvm;
2322
using namespace IGC;
2423

Diff for: IGC/AdaptorOCL/preprocess_spvir/HandleSPIRVDecorations/HandleSpirvDecorationMetadata.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ SPDX-License-Identifier: MIT
2121
#include <llvm/IR/Mangler.h>
2222
#include <llvm/Support/Regex.h>
2323
#include "common/LLVMWarningsPop.hpp"
24-
#include <iostream>
2524

2625
using namespace llvm;
2726
using namespace IGC;

Diff for: IGC/AdaptorOCL/preprocess_spvir/PreprocessSPVIR.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ SPDX-License-Identifier: MIT
2121
#include "common/LLVMWarningsPop.hpp"
2222

2323
#include <regex>
24-
#include <iostream>
2524
#include <unordered_set>
2625

2726
using namespace llvm;

Diff for: IGC/BiFManager/BiFManagerHandler.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ SPDX-License-Identifier: MIT
3535

3636
#include <Probe/Assertion.h>
3737
#include "inc/common/secure_string.h"
38-
#include <iostream>
3938

4039
#define BIF_COMPILER_TIME_START(TYPE) \
4140
if (startTimer)\

Diff for: IGC/BiFManager/BiFManagerTool.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ SPDX-License-Identifier: MIT
3232

3333
#include <Probe/Assertion.h>
3434
#include "inc/common/secure_string.h"
35-
#include <iostream>
3635

3736
using namespace std;
3837
using namespace llvm;

Diff for: IGC/Metrics/IGCMetricImpl.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SPDX-License-Identifier: MIT
99
#include <algorithm>
1010
#include <string>
1111
#include <unordered_map>
12-
#include <iostream>
1312
#include <fstream>
1413

1514
#include <iomanip>

Diff for: IGC/VectorCompiler/lib/GenXCodeGen/GenXCisaBuilder.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ SPDX-License-Identifier: MIT
7575
#include "llvmWrapper/IR/Instructions.h"
7676

7777
#include <algorithm>
78-
#include <iostream>
7978
#include <map>
8079
#include <sstream>
8180
#include <string>

Diff for: IGC/ZEBinWriter/tools/Tester.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ SPDX-License-Identifier: MIT
1010
#include "ZEELFObjectBuilder.hpp"
1111
#include "ZEinfoYAML.hpp"
1212

13-
#include <iostream>
1413
#include <fstream>
1514

1615
using llvm::yaml::Output;

Diff for: IGC/ZEBinWriter/zebin/source/ZEELFObjectBuilder.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ SPDX-License-Identifier: MIT
2424
#include "common/LLVMWarningsPop.hpp"
2525
#endif
2626

27-
#include <iostream>
2827
#include <tuple>
2928
#include "Probe/Assertion.h"
3029

Diff for: IGC/common/MDFrameWork.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ SPDX-License-Identifier: MIT
2020
#include "StringMacros.hpp"
2121
#include "common/igc_regkeys.hpp"
2222

23-
#include <iostream>
2423
#include <optional>
2524

2625
using namespace llvm;

0 commit comments

Comments
 (0)