forked from OSchip/llvm-project
[NFC][trace][intelpt] Remove unneeded import
Remove an unnecessary import to silence a compiler warning.
This commit is contained in:
parent
8d8738f6fe
commit
6795f37c14
|
@ -10,7 +10,6 @@
|
|||
#define LLDB_SOURCE_PLUGINS_TRACE_INTEL_PT_TRACEINTELPTSESSIONFILEPARSER_H
|
||||
|
||||
#include "../common/TraceSessionFileParser.h"
|
||||
#include "TraceIntelPT.h"
|
||||
#include "TraceIntelPTJSONStructs.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
|
Loading…
Reference in New Issue