diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2020-03-21 19:49:46 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2020-03-21 20:11:44 +0400 |
commit | 81f700015e746ac590b55bcb21bf21ba0d6febfc (patch) | |
tree | d02cb4690985312582d47843c57c7e2d98447d54 /unittest/mysys | |
parent | 6acddd5367d51debb8ddf797a4a90f3e1d3c8a27 (diff) | |
download | mariadb-git-81f700015e746ac590b55bcb21bf21ba0d6febfc.tar.gz |
Cleanup my_atomic.h includes
my_atomic.h is included indirectly anyways.
Diffstat (limited to 'unittest/mysys')
-rw-r--r-- | unittest/mysys/thr_template.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittest/mysys/thr_template.c b/unittest/mysys/thr_template.c index 7aab89dcf87..42e035d911c 100644 --- a/unittest/mysys/thr_template.c +++ b/unittest/mysys/thr_template.c @@ -16,7 +16,6 @@ #include <my_global.h> #include <my_sys.h> -#include <my_atomic.h> #include <tap.h> volatile uint32 bad; |