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