diff options
Diffstat (limited to 'gtk/gtkcolorutils.h')
-rw-r--r-- | gtk/gtkcolorutils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcolorutils.h b/gtk/gtkcolorutils.h index 8fdef92f57..8cb8c21d91 100644 --- a/gtk/gtkcolorutils.h +++ b/gtk/gtkcolorutils.h @@ -27,13 +27,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_COLOR_UTILS_H__ +#define __GTK_COLOR_UTILS_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_COLOR_UTILS_H__ -#define __GTK_COLOR_UTILS_H__ - #include <glib.h> G_BEGIN_DECLS |