diff --git a/ChangeLog b/ChangeLog index cd1e16857d..ba5422e4ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-05-30 Michael Natterer + * gdk/gdkapplaunchcontext.h + * gdk/gdktestutils.h * gtk/gtkmountoperation.h * gtk/gtkshow.h * gtk/gtktestutils.h diff --git a/gdk/gdkapplaunchcontext.h b/gdk/gdkapplaunchcontext.h index 31b473070d..7b0cf9ad7e 100644 --- a/gdk/gdkapplaunchcontext.h +++ b/gdk/gdkapplaunchcontext.h @@ -20,7 +20,7 @@ Author: Alexander Larsson */ -#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) +#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) #error "Only can be included directly." #endif diff --git a/gdk/gdktestutils.h b/gdk/gdktestutils.h index fb13886ad8..e9762a4b9d 100644 --- a/gdk/gdktestutils.h +++ b/gdk/gdktestutils.h @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) +#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) #error "Only can be included directly." #endif