summaryrefslogtreecommitdiff
path: root/sql/my_apc.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-07 14:03:43 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-07 14:03:43 +0200
commite56cad4b152285219db19f542e4610c1307e3d92 (patch)
tree02525e36eda0bfaf391e5b5e6e26585130f923bb /sql/my_apc.h
parent4ec6fe10e56de0cf9b4dbc649b8552ae39c2c500 (diff)
downloadmariadb-git-e56cad4b152285219db19f542e4610c1307e3d92.tar.gz
small cleanup
Diffstat (limited to 'sql/my_apc.h')
-rw-r--r--sql/my_apc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/my_apc.h b/sql/my_apc.h
index 7f19809c082..c84074b2da5 100644
--- a/sql/my_apc.h
+++ b/sql/my_apc.h
@@ -1,7 +1,7 @@
-#ifndef INCLUDES_MY_APC_H
-#define INCLUDES_MY_APC_H
+#ifndef SQL_MY_APC_INCLUDED
+#define SQL_MY_APC_INCLUDED
/*
- Copyright (c) 2011 - 2012, Monty Program Ab
+ Copyright (c) 2011, 2013 Monty Program Ab.
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
@@ -134,5 +134,5 @@ private:
void init_show_explain_psi_keys(void);
#endif
-#endif //INCLUDES_MY_APC_H
+#endif //SQL_MY_APC_INCLUDED