#include #include #include "lyxlib.h" int lyx::unlink(string const & pathname) { return ::unlink(pathname.c_str()); }