diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-03-06 17:05:03 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-03-10 18:21:27 +0100 |
commit | 051851b9a673e38d12612ea92d8a8913b8f0ca45 (patch) | |
tree | 12f7682895682f2654703cf0ee38e6dde49290ed /plugin | |
parent | 70a2efde0352052fce5a44481055542e0b050048 (diff) | |
download | mariadb-git-051851b9a673e38d12612ea92d8a8913b8f0ca45.tar.gz |
base64 service
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/feedback/utils.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/feedback/utils.cc b/plugin/feedback/utils.cc index 669ed9a4427..0998721c868 100644 --- a/plugin/feedback/utils.cc +++ b/plugin/feedback/utils.cc @@ -19,8 +19,6 @@ #include <unistd.h> #endif -#include <base64.h> - #if defined (_WIN32) #define HAVE_SYS_UTSNAME_H |