summaryrefslogtreecommitdiff
path: root/mysys/my_getopt.c
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2017-10-20 12:40:45 +0400
committerSergey Vojtovich <svoj@mariadb.org>2017-10-20 13:56:49 +0400
commit3722372ae56b7ea90ee3801889e9d4cd275cf3b9 (patch)
tree108b01d6a9b3b9acc50bd9d61f7b9b0fa7f9d960 /mysys/my_getopt.c
parentc65fdcf7c81c47791966ec693a2dbcf6253e77bb (diff)
downloadmariadb-git-3722372ae56b7ea90ee3801889e9d4cd275cf3b9.tar.gz
MDEV-11549 - Twin include
Removed duplicate include.
Diffstat (limited to 'mysys/my_getopt.c')
-rw-r--r--mysys/my_getopt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c
index 0edca1a72fd..185cb1fc25c 100644
--- a/mysys/my_getopt.c
+++ b/mysys/my_getopt.c
@@ -23,7 +23,6 @@
#include <mysys_err.h>
#include <my_getopt.h>
#include <errno.h>
-#include <m_string.h>
typedef void (*init_func_p)(const struct my_option *option, void *variable,
longlong value);