gdk/gdkapplaunchcontext.h gdk/gdktestutils.h gtk/gtkmountoperation.h
2008-05-30 Michael Natterer <mitch@imendio.com> * gdk/gdkapplaunchcontext.h * gdk/gdktestutils.h * gtk/gtkmountoperation.h * gtk/gtkshow.h * gtk/gtktestutils.h * gtk/gtktoolshell.h: no need to allow disabling single includes conditionally in these new files. Simply forbid including them individually from the beginning. svn path=/trunk/; revision=20256
This commit is contained in:
committed by
Michael Natterer
parent
24d2f90ac3
commit
f18bfd0aac
@ -1,5 +1,7 @@
|
|||||||
2008-05-30 Michael Natterer <mitch@imendio.com>
|
2008-05-30 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
|
* gdk/gdkapplaunchcontext.h
|
||||||
|
* gdk/gdktestutils.h
|
||||||
* gtk/gtkmountoperation.h
|
* gtk/gtkmountoperation.h
|
||||||
* gtk/gtkshow.h
|
* gtk/gtkshow.h
|
||||||
* gtk/gtktestutils.h
|
* gtk/gtktestutils.h
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
Author: Alexander Larsson <alexl@redhat.com>
|
Author: Alexander Larsson <alexl@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
|
||||||
#error "Only <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* 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 <gdk/gdk.h> can be included directly."
|
#error "Only <gdk/gdk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user