diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/async_queries.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/async_queries.c b/tests/async_queries.c index b9393ca76ab..75229eec4b4 100644 --- a/tests/async_queries.c +++ b/tests/async_queries.c @@ -21,16 +21,16 @@ API, and compare to running same queries with the normal blocking API. */ -#include <sys/time.h> -#include <stdlib.h> -#include <stdio.h> -#include <string.h> - #include <my_global.h> #include <my_sys.h> #include <mysql.h> #include <my_getopt.h> +#include <sys/time.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> + #include <event.h> |