#ifndef LLDB_HEADERS_H #define LLDB_HEADERS_H #ifdef __APPLE__ #include #else #include "lldb/API/LLDB.h" #endif #endif // LLDB_HEADERS_H