summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkaccelmap.h')
-rw-r--r--gtk/gtkaccelmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkaccelmap.h b/gtk/gtkaccelmap.h
index e77fb837eb..8612f18017 100644
--- a/gtk/gtkaccelmap.h
+++ b/gtk/gtkaccelmap.h
@@ -15,14 +15,14 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
-#error "Only <gtk/gtk.h> can be included directly."
-#endif
-
#ifndef __GTK_ACCEL_MAP_H__
#define __GTK_ACCEL_MAP_H__
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
#include <gtk/gtkaccelgroup.h>
G_BEGIN_DECLS