We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abde393 + 0b9a5b0 commit acf2c8cCopy full SHA for acf2c8c
_mysql.c
@@ -26,6 +26,10 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
PERFORMANCE OF THIS SOFTWARE.
27
*/
28
29
+#include "my_config.h"
30
+#include "mysql.h"
31
+#include "mysqld_error.h"
32
+
33
#include "Python.h"
34
#if PY_MAJOR_VERSION >= 3
35
#define IS_PY3K
@@ -37,9 +41,6 @@ PERFORMANCE OF THIS SOFTWARE.
37
41
38
42
#include "bytesobject.h"
39
43
#include "structmember.h"
40
-#include "my_config.h"
-#include "mysql.h"
-#include "mysqld_error.h"
44
#include "errmsg.h"
45
46
#define MyAlloc(s,t) (s *) t.tp_alloc(&t,0)
0 commit comments