summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-03-29 12:50:56 +0200
committerSergei Golubchik <serg@mariadb.org>2016-04-19 11:27:00 +0200
commit9c64735986042432a207d9183b61c6d675beaf71 (patch)
tree9dcfd8d4ba1296a68ade380e9b08bfbfdae02a5f /mysys
parent6fd54c01bb5bc480497b143d63181837148ff47f (diff)
downloadmariadb-git-9c64735986042432a207d9183b61c6d675beaf71.tar.gz
MDEV-9748 Include Twin (mysys_err.h is included twice in mysys/my_copy.c)
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_copy.c b/mysys/my_copy.c
index 21de1e953a2..82cb2cc2f5f 100644
--- a/mysys/my_copy.c
+++ b/mysys/my_copy.c
@@ -18,7 +18,6 @@
#include "mysys_err.h"
#include <my_dir.h> /* for stat */
#include <m_string.h>
-#include "mysys_err.h"
#if defined(HAVE_UTIME_H)
#include <utime.h>
#elif defined(HAVE_SYS_UTIME_H)