[pypy-commit] pypy windows-vmprof-support: like this?

fijal pypy.commits at gmail.com
Fri Feb 12 10:10:07 EST 2016


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


More information about the pypy-commit mailing list