diff options
Diffstat (limited to 'gtk/gtkimcontext.h')
-rw-r--r-- | gtk/gtkimcontext.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index 85025d9104..55fe53f871 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.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_IM_CONTEXT_H__ #define __GTK_IM_CONTEXT_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gdk/gdk.h> |