diff options
Diffstat (limited to 'gtk/gtktooltip.h')
-rw-r--r-- | gtk/gtktooltip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktooltip.h b/gtk/gtktooltip.h index ab8f3eb5f0..daa4a3e69f 100644 --- a/gtk/gtktooltip.h +++ b/gtk/gtktooltip.h @@ -17,13 +17,13 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef __GTK_TOOLTIP_H__ +#define __GTK_TOOLTIP_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_TOOLTIP_H__ -#define __GTK_TOOLTIP_H__ - #include <gtk/gtkwindow.h> G_BEGIN_DECLS |