summaryrefslogtreecommitdiff
path: root/src/yelp-application.h
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-03-11 12:16:21 -0600
committerShaun McCance <shaunm@gnome.org>2010-03-11 12:16:21 -0600
commite62374600bfae078ae7ac5a350416f852705b139 (patch)
treeffeed8dfce81074bc17281c9a0e21404c243fa7e /src/yelp-application.h
parent258d9bcc9c7e41cf53cef3c915bce2e1cd010cb3 (diff)
downloadyelp-e62374600bfae078ae7ac5a350416f852705b139.tar.gz
[yelp-window] Basic new YelpWindow for YelpApplication
Diffstat (limited to 'src/yelp-application.h')
-rw-r--r--src/yelp-application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yelp-application.h b/src/yelp-application.h
index 6e5d141b..f4514b1a 100644
--- a/src/yelp-application.h
+++ b/src/yelp-application.h
@@ -23,7 +23,7 @@
#ifndef __YELP_APPLICATION_H__
#define __YELP_APPLICATION_H__
-#include <unique/unique.h>
+#include <glib-object.h>
#define YELP_TYPE_APPLICATION (yelp_application_get_type ())
#define YELP_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), YELP_TYPE_APPLICATION, YelpApplication))