diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-02-01 14:53:41 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-02-01 14:56:05 +0200 |
commit | 4b291588bb374ec72fd19202911abe949fc0c7c2 (patch) | |
tree | f736d37fce20cece5cecc08446635d1bfe171c29 /mysys/my_cpu.c | |
parent | d87b725eebbddb6d319ee99e51924a62635185a1 (diff) | |
download | mariadb-git-4b291588bb374ec72fd19202911abe949fc0c7c2.tar.gz |
MDEV-19845: Make my_cpu.h self-contained
Fix up commit f5c080c7353cc9c30d0b269c07024cd38253c3bc
Diffstat (limited to 'mysys/my_cpu.c')
-rw-r--r-- | mysys/my_cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysys/my_cpu.c b/mysys/my_cpu.c index 72705263aae..52500d78ef7 100644 --- a/mysys/my_cpu.c +++ b/mysys/my_cpu.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2019, MariaDB Corporation. +/* Copyright (c) 2019, 2020, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,7 +14,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <my_global.h> -#include <my_atomic.h> #include <my_cpu.h> #include <my_rdtsc.h> |