We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a2093 commit 5b3fedcCopy full SHA for 5b3fedc
llvm/lib/Object/DXContainer.cpp
@@ -7,12 +7,10 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "llvm/Object/DXContainer.h"
10
-#include "llvm/ADT/Twine.h"
11
#include "llvm/BinaryFormat/DXContainer.h"
12
#include "llvm/Object/Error.h"
13
#include "llvm/Support/Alignment.h"
14
#include "llvm/Support/Endian.h"
15
-#include "llvm/Support/Error.h"
16
#include "llvm/Support/FormatVariadic.h"
17
18
using namespace llvm;
llvm/lib/Target/DirectX/DXContainerGlobals.cpp
@@ -29,7 +29,6 @@
29
#include "llvm/Support/MD5.h"
30
#include "llvm/TargetParser/Triple.h"
31
#include "llvm/Transforms/Utils/ModuleUtils.h"
32
-#include <optional>
33
34
35
using namespace llvm::dxil;
0 commit comments