]> Pileus Git - ~andy/gtk/blobdiff - gtk/a11y/gtkmenuitemaccessible.h
Move single-include guards inside include guards
[~andy/gtk] / gtk / a11y / gtkmenuitemaccessible.h
index 98530e7c2ae101f1d9a14e94c10c7f94f947a65b..60bf2e2ec1bcd2b5202548e6ce14bd63eac3a9e7 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __GTK_MENU_ITEM_ACCESSIBLE_H__
+#define __GTK_MENU_ITEM_ACCESSIBLE_H__
+
 #if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk-a11y.h> can be included directly."
 #endif
 
-#ifndef __GTK_MENU_ITEM_ACCESSIBLE_H__
-#define __GTK_MENU_ITEM_ACCESSIBLE_H__
-
 #include <gtk/a11y/gtkcontaineraccessible.h>
 
 G_BEGIN_DECLS