diff options
Diffstat (limited to 'gtk/gtkgrid.h')
-rw-r--r-- | gtk/gtkgrid.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h index 0c72d19222..0e37277ad7 100644 --- a/gtk/gtkgrid.h +++ b/gtk/gtkgrid.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_GRID_H__ #define __GTK_GRID_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkcontainer.h> |