refactor auto conversion
[m6w6/ext-pq] / src / php_pq_misc.h
index d515d29e7c8c220417df4506a7679d1d126f6d6d..196b35cc88e2f21c16d3966bd673499df99421a6 100644 (file)
 #define PHP_PQ_ERROR_H
 
 #include <libpq-fe.h>
-#include "php_pqres.h"
 
 typedef int STATUS; /* SUCCESS/FAILURE */
 
+#include "php_pqres.h"
+
 /* TSRM morony */
 #if PHP_VERSION_ID >= 50700
 #      define z_is_true(z) zend_is_true(z TSRMLS_CC)