summaryrefslogtreecommitdiff
path: root/storage/perfschema
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2010-09-10 11:10:38 +0200
committerTor Didriksen <tor.didriksen@oracle.com>2010-09-10 11:10:38 +0200
commit197a2dba306446d779bb730fbe7cc5ca6e961b7c (patch)
tree8d5a53304a8cac3ce18d3549dcee03c57b019c69 /storage/perfschema
parentc9ab025dcd7f74ff9d6db09a584980383c840853 (diff)
downloadmariadb-git-197a2dba306446d779bb730fbe7cc5ca6e961b7c.tar.gz
Header files should be self-contained
Diffstat (limited to 'storage/perfschema')
-rw-r--r--storage/perfschema/ha_perfschema.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/ha_perfschema.cc b/storage/perfschema/ha_perfschema.cc
index b7b6b03f8c5..e5e324d6c6b 100644
--- a/storage/perfschema/ha_perfschema.cc
+++ b/storage/perfschema/ha_perfschema.cc
@@ -19,8 +19,8 @@
*/
#include "my_global.h"
-#include "my_atomic.h"
#include "my_pthread.h"
+#include "my_atomic.h"
#include "sql_plugin.h"
#include "mysql/plugin.h"
#include "ha_perfschema.h"