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