Mercurial > pymonkey
diff runtime.h @ 98:3baa418b7ba8
Changed includes from Python/Python.h to just Python.h.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 15 Aug 2009 10:49:25 -0700 |
parents | e77bc7c799e8 |
children |
line wrap: on
line diff
--- a/runtime.h Sat Aug 15 10:41:24 2009 -0700 +++ b/runtime.h Sat Aug 15 10:49:25 2009 -0700 @@ -39,8 +39,8 @@ #include <jsapi.h> #include <jsdhash.h> -#include <Python/Python.h> -#include <Python/pythread.h> +#include <Python.h> +#include <pythread.h> #define PYM_SANITY_CHECK(runtime) \ if (PyThread_get_thread_ident() != runtime->thread) { \