Skip to content

Commit 5b3fedc

Browse files
author
joaosaffran
committed
clean up
1 parent a5a2093 commit 5b3fedc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

llvm/lib/Object/DXContainer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "llvm/Object/DXContainer.h"
10-
#include "llvm/ADT/Twine.h"
1110
#include "llvm/BinaryFormat/DXContainer.h"
1211
#include "llvm/Object/Error.h"
1312
#include "llvm/Support/Alignment.h"
1413
#include "llvm/Support/Endian.h"
15-
#include "llvm/Support/Error.h"
1614
#include "llvm/Support/FormatVariadic.h"
1715

1816
using namespace llvm;

llvm/lib/Target/DirectX/DXContainerGlobals.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "llvm/Support/MD5.h"
3030
#include "llvm/TargetParser/Triple.h"
3131
#include "llvm/Transforms/Utils/ModuleUtils.h"
32-
#include <optional>
3332

3433
using namespace llvm;
3534
using namespace llvm::dxil;

0 commit comments

Comments
 (0)