]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed #include order to correct a compilation error
authorRobin Dunn <robin@alldunn.com>
Mon, 1 Sep 2003 20:01:10 +0000 (20:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 1 Sep 2003 20:01:10 +0000 (20:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/libpy.c

index aba06557686f63289620fb26ff3e322c1545a181..6fe6c00bfb7be9b086ccb86b3c9f59c5590e0ddf 100644 (file)
@@ -5,11 +5,11 @@
  * Contains variable linking and pointer type-checking code.
  ************************************************************************/
 
+#include "Python.h"
+
 #include <string.h>
 #include <stdlib.h>
 
-#include "Python.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif