]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkseparatortoolitem.h
Updated Norwegian bokmål translation
[~andy/gtk] / gtk / gtkseparatortoolitem.h
index 55e404be6fb16748dfe90f39b00c75e0d855095c..b027a2f16f8a1a1d21d029e053cf59dd14bdc8b5 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
 #ifndef __GTK_SEPARATOR_TOOL_ITEM_H__
 #define __GTK_SEPARATOR_TOOL_ITEM_H__
 
-#include "gtktoolitem.h"
+#include <gtk/gtktoolitem.h>
 
 G_BEGIN_DECLS
 
@@ -40,7 +44,7 @@ typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate;
 struct _GtkSeparatorToolItem
 {
   GtkToolItem parent;
-  
+
   /*< private >*/
   GtkSeparatorToolItemPrivate *priv;
 };