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
commit73384c99c0fc5c0a90e34647d6e1eebf2ddc14d4 (patch)
tree8d5a53304a8cac3ce18d3549dcee03c57b019c69 /storage/perfschema
parentf943a120555aeacb871dd8306d4a19f5173a82dd (diff)
downloadmariadb-git-73384c99c0fc5c0a90e34647d6e1eebf2ddc14d4.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"