diff options
Diffstat (limited to 'source/API/SBEvent.cpp')
-rw-r--r-- | source/API/SBEvent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/API/SBEvent.cpp b/source/API/SBEvent.cpp index 65eb71c09285..0556f50f6544 100644 --- a/source/API/SBEvent.cpp +++ b/source/API/SBEvent.cpp @@ -12,11 +12,11 @@ #include "lldb/API/SBStream.h" #include "lldb/Breakpoint/Breakpoint.h" -#include "lldb/Core/Event.h" #include "lldb/Core/StreamFile.h" #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Target/Process.h" #include "lldb/Utility/ConstString.h" +#include "lldb/Utility/Event.h" #include "lldb/Utility/Stream.h" using namespace lldb; |