No need to have single-include guards in a private header

This commit is contained in:
Michael Natterer 2009-07-14 01:33:52 +02:00
parent 0e8fe66f09
commit 9e5b3a46b1

View File

@ -17,10 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_UNIX_PRINT_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtkunixprint.h> can be included directly."
#endif
#ifndef __GTK_CUSTOM_PAPER_UNIX_DIALOG_H__
#define __GTK_CUSTOM_PAPER_UNIX_DIALOG_H__