diff options
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r-- | gtk/gtkprintoperation.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index a1e8aec2a3..49a31ce971 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.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_OPERATION_H__ #define __GTK_PRINT_OPERATION_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <cairo.h> #include <gtk/gtkmain.h> #include <gtk/gtkwindow.h> |