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 /storage/perfschema | |
parent | 6acddd5367d51debb8ddf797a4a90f3e1d3c8a27 (diff) | |
download | mariadb-git-81f700015e746ac590b55bcb21bf21ba0d6febfc.tar.gz |
Cleanup my_atomic.h includes
my_atomic.h is included indirectly anyways.
Diffstat (limited to 'storage/perfschema')
-rw-r--r-- | storage/perfschema/ha_perfschema.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/perfschema/ha_perfschema.cc b/storage/perfschema/ha_perfschema.cc index c6077d7aa56..8860046fa26 100644 --- a/storage/perfschema/ha_perfschema.cc +++ b/storage/perfschema/ha_perfschema.cc @@ -27,7 +27,6 @@ #include "sql_plugin.h" #include "my_pthread.h" -#include "my_atomic.h" #include "ha_perfschema.h" #include "pfs_engine_table.h" #include "pfs_column_values.h" |