summaryrefslogtreecommitdiff
path: root/include/lldb/Core/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/Event.h')
-rw-r--r--include/lldb/Core/Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Core/Event.h b/include/lldb/Core/Event.h
index 5d297a719e73..f4c7f4769a37 100644
--- a/include/lldb/Core/Event.h
+++ b/include/lldb/Core/Event.h
@@ -11,9 +11,9 @@
#define liblldb_Event_h_
#include "lldb/Core/Broadcaster.h"
-#include "lldb/Core/StructuredData.h"
#include "lldb/Host/Predicate.h"
#include "lldb/Utility/ConstString.h"
+#include "lldb/Utility/StructuredData.h"
#include "lldb/lldb-defines.h" // for DISALLOW_COPY_AND_ASSIGN
#include "lldb/lldb-forward.h" // for EventDataSP, ProcessSP, Struct...