[NFC][trace][intelpt] Remove unneeded import

Remove an unnecessary import to silence a compiler warning.
This commit is contained in:
Walter Erquinigo 2022-04-06 12:24:50 -07:00
parent 8d8738f6fe
commit 6795f37c14
1 changed files with 0 additions and 1 deletions

View File

@ -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 {