Remove a circular include dependency.

lldb-private-interfaces.h included lldb-private.h, and
lldb-private.h included lldb-private-interfaces.h.

llvm-svn: 278253
This commit is contained in:
Zachary Turner 2016-08-10 17:59:03 +00:00
parent 3b946c90ef
commit d00efc6795
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@
#if defined(__cplusplus)
#include "lldb/lldb-private.h"
#include "lldb/lldb-enumerations.h"
#include "lldb/lldb-forward.h"
#include "lldb/lldb-types.h"
#include <set>