<div dir="rtl"><div dir="ltr">Most of the files in libcxxabi #include "cxxabi.h" but cxa_exception.hpp and cxa_unexpected.cpp #include <cxxabi.h>.</div><div dir="ltr"><br></div><div dir="ltr">This caused a problem building from an outside directory since no matter if I added the libcxxabi as a system dir or a user dir,  one of the usages would be wrong.</div>

<div dir="ltr"><br></div><div dir="ltr">Since cxxabi.h is part of libcxxabi, it should included as "cxxabi.h". </div><div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div></div>