From e767aa0a4fad23c766b3bf16a079e8e7c5b4c448 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 22 Nov 2001 18:55:06 +0000 Subject: Improve the detection of invalid includes by moving the test outside the Mon Nov 19 14:35:56 2001 Owen Taylor * *.h: Improve the detection of invalid includes by moving the test outside the duplicate include guards. * gsourceclosure.c (g_source_set_closure): Doc fix. --- gobject/gclosure.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gobject/gclosure.h') diff --git a/gobject/gclosure.h b/gobject/gclosure.h index aa605404d..6dd67c6c4 100644 --- a/gobject/gclosure.h +++ b/gobject/gclosure.h @@ -16,13 +16,13 @@ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307, USA. */ -#ifndef __G_CLOSURE_H__ -#define __G_CLOSURE_H__ - #if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) #error "Only can be included directly." #endif +#ifndef __G_CLOSURE_H__ +#define __G_CLOSURE_H__ + #include G_BEGIN_DECLS -- cgit v1.2.3