summaryrefslogtreecommitdiff
path: root/gtk/gtkprintcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkprintcontext.h')
-rw-r--r--gtk/gtkprintcontext.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkprintcontext.h b/gtk/gtkprintcontext.h
index 561d0c4572..aecd8a92b8 100644
--- a/gtk/gtkprintcontext.h
+++ b/gtk/gtkprintcontext.h
@@ -16,14 +16,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_PRINT_CONTEXT_H__
#define __GTK_PRINT_CONTEXT_H__
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
#include <pango/pango.h>
#include <gtk/gtkpagesetup.h>