1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Merge pull request #270 from JRonak/MDEV-11354

fixes MDEV-11354 twin include
This commit is contained in:
Sergey Vojtovich
2016-12-07 13:37:16 +04:00
committed by GitHub

View File

@@ -28,7 +28,6 @@
#include "sql_priv.h"
#include "unireg.h" // SPECIAL_NO_HOST_CACHE
#include "hostname.h"
#include "unireg.h"
#ifndef __WIN__
#include <netdb.h> // getservbyname, servent
#endif