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