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