diff options
Diffstat (limited to 'vio')
-rw-r--r-- | vio/vio.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vio/vio.c b/vio/vio.c index 445aec3e3a7..bed380c6cd9 100644 --- a/vio/vio.c +++ b/vio/vio.c @@ -24,11 +24,10 @@ #define DONT_MAP_VIO #include <my_global.h> #include <mysql_com.h> -#include <violite.h> -#include <errno.h> #include <my_sys.h> -#include <my_net.h> #include <m_string.h> +#include <violite.h> +#include <errno.h> /* * Helper to fill most of the Vio* with defaults. |