diff options
author | Michael Natterer <mitch@gimp.org> | 2009-07-14 01:33:52 +0200 |
---|---|---|
committer | Michael Natterer <mitch@gimp.org> | 2009-07-14 01:33:52 +0200 |
commit | 9e5b3a46b118c25e7a3d646af775b55f7339a6cc (patch) | |
tree | cee59fd81187a31e8b39bb2188c3566ffa2505fa /gtk | |
parent | 0e8fe66f094bdeb990c84a0a9b6e76eb6f3d049e (diff) | |
download | gtk+-9e5b3a46b118c25e7a3d646af775b55f7339a6cc.tar.gz |
No need to have single-include guards in a private header
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcustompaperunixdialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcustompaperunixdialog.h b/gtk/gtkcustompaperunixdialog.h index f1d6ae63b7..0ff3af165d 100644 --- a/gtk/gtkcustompaperunixdialog.h +++ b/gtk/gtkcustompaperunixdialog.h @@ -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__ |