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 /unittest | |
parent | 70a2efde0352052fce5a44481055542e0b050048 (diff) | |
download | mariadb-git-051851b9a673e38d12612ea92d8a8913b8f0ca45.tar.gz |
base64 service
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mysys/base64-t.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittest/mysys/base64-t.c b/unittest/mysys/base64-t.c index 1cf54f9b673..4561606936a 100644 --- a/unittest/mysys/base64-t.c +++ b/unittest/mysys/base64-t.c @@ -16,7 +16,6 @@ #include <my_global.h> #include <my_sys.h> -#include <base64.h> #include <tap.h> #include <string.h> |