From d036be7218fd9fb8b2233a121281a849bb53d4c0 Mon Sep 17 00:00:00 2001 From: Ronak Jain Date: Tue, 6 Dec 2016 02:29:52 +0530 Subject: [PATCH] fixes MDEV-11354 twin include --- sql/hostname.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/hostname.cc b/sql/hostname.cc index 6aef84f1b26..39e4b34d615 100644 --- a/sql/hostname.cc +++ b/sql/hostname.cc @@ -28,7 +28,6 @@ #include "sql_priv.h" #include "unireg.h" // SPECIAL_NO_HOST_CACHE #include "hostname.h" -#include "unireg.h" #ifndef __WIN__ #include // getservbyname, servent #endif