forked from OSchip/llvm-project
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:
parent
3b946c90ef
commit
d00efc6795
|
@ -12,7 +12,9 @@
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#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>
|
#include <set>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue