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