xref: /freebsd/contrib/llvm-project/lldb/bindings/headers.swig (revision 700637cbb5e582861067a11aaca4d053546871d2)
1/* C++ headers to be included. */
2%{
3#include <algorithm>
4#include <string>
5%}
6
7/* The liblldb header files to be included. */
8%{
9#include "lldb/lldb-public.h"
10#include "lldb/API/LLDB.h"
11%}
12