Fixed includes

This commit is contained in:
Jesse van den Kieboom 2005-10-11 09:46:29 +00:00
parent 9405aa19f1
commit 8967e4b40f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <gobject/gobject.h>
#include <glib-object.h>
#include "gm-{template-}.h"
#define GM_{TEMPLATE}_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GM_TYPE_{TEMPLATE}, Gm{Template}Private))

View File

@ -1,7 +1,7 @@
#ifndef __GM_{TEMPLATE}_H__
#define __GM_{TEMPLATE}_H__
#include <gobject/gobject.h>
#include <glib-object.h>
G_BEGIN_DECLS