forked from AuroraMiddleware/gtk
Revert 8031432c09
We can't disallow single-includes unconditionally because gtkentrybuffer.h is included in gtkentry.h.
This commit is contained in:
parent
2c0e3be61f
commit
26e67850a7
@ -17,7 +17,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user