Author: fijal Branch: windows-vmprof-support Changeset: r82181:b5e79fce3295 Date: 2016-02-12 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/b5e79fce3295/
Log: like this? diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/vmprof_main_win32.h --- a/rpython/rlib/rvmprof/src/vmprof_main_win32.h +++ b/rpython/rlib/rvmprof/src/vmprof_main_win32.h @@ -24,10 +24,10 @@ #include <stddef.h> #include <sys/stat.h> #include <fcntl.h> +#include "src/threadlocal.h" #include "vmprof_stack.h" #include "vmprof_get_custom_offset.h" #include "vmprof_common.h" -#include "threadlocal.h" #include <tlhelp32.h> // This file has been inspired (but not copied from since the LICENSE _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
