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 ffd9cfa commit 8fd9af4Copy full SHA for 8fd9af4
llvm/include/llvm/Remarks/Remark.h
@@ -14,8 +14,8 @@
14
#define LLVM_REMARKS_REMARK_H
15
16
#include "llvm-c/Remarks.h"
17
-#include "llvm/ADT/ArrayRef.h"
18
#include "llvm/ADT/Optional.h"
+#include "llvm/ADT/SmallVector.h"
19
#include "llvm/ADT/StringRef.h"
20
#include "llvm/Support/CBindingWrapping.h"
21
#include <string>
llvm/lib/Remarks/Remark.cpp
@@ -11,8 +11,7 @@
11
//===----------------------------------------------------------------------===//
12
13
#include "llvm/Remarks/Remark.h"
-#include "llvm-c/Remarks.h"
-#include "llvm/Support/CBindingWrapping.h"
+#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
0 commit comments