From 6d51857f01a15b4c46914dbc253b74dbde834953 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 5 Jun 2010 12:39:21 -0300 Subject: [PATCH] [gitypes.h] Do not include gibaseinfo.h To avoid cyclic dependencies --- gitypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitypes.h b/gitypes.h index 424e4ebfb..036ab2be4 100644 --- a/gitypes.h +++ b/gitypes.h @@ -26,8 +26,6 @@ #error "Only can be included directly." #endif -#include - G_BEGIN_DECLS typedef struct _GIBaseInfoStub GIBaseInfo;