diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2017-10-20 12:40:45 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-10-20 13:56:49 +0400 |
commit | 3722372ae56b7ea90ee3801889e9d4cd275cf3b9 (patch) | |
tree | 108b01d6a9b3b9acc50bd9d61f7b9b0fa7f9d960 /mysys/my_getopt.c | |
parent | c65fdcf7c81c47791966ec693a2dbcf6253e77bb (diff) | |
download | mariadb-git-3722372ae56b7ea90ee3801889e9d4cd275cf3b9.tar.gz |
MDEV-11549 - Twin include
Removed duplicate include.
Diffstat (limited to 'mysys/my_getopt.c')
-rw-r--r-- | mysys/my_getopt.c | 1 |
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); |