blob: 556afa38a9225cf5b10b623b620ac4f5df9701aa (
plain)
1
2
3
4
5
6
7
8
9
|
// This is a truncated version of an SB API file generated by lldb-rpc-gen
// used to test framework-header-fix.py to make sure the includes are correctly fixed
// up for the LLDBRPC.framework.
// Local includes must be changed to framework level includes.
// e.g. #include "lldb/API/SBDefines.h" -> #include <LLDB/SBDefines.h>
#include "LLDBRPC.h"
#include "SBDefines.h"
#include <lldb-rpc/common/RPCPublic.h>
|