aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <cody.russell@canonical.com>2009-12-09 22:27:09 -0600
committerTed Gould <ted@gould.cx>2009-12-09 22:27:09 -0600
commit4c4e7c3c8a6bbe03939562f246557400a47ae7d1 (patch)
treef453d4ee0d3bf8f98623ee2e62946f11b37d2a1b
parent2997a508fd49ebbbfa53d1c5fc5d0d56250de760 (diff)
parent7511930f4e8613ff301bdf03aca0b53c02751f7b (diff)
downloadlibdbusmenu-4c4e7c3c8a6bbe03939562f246557400a47ae7d1.tar.gz
libdbusmenu-4c4e7c3c8a6bbe03939562f246557400a47ae7d1.tar.bz2
libdbusmenu-4c4e7c3c8a6bbe03939562f246557400a47ae7d1.zip
Fixing includes in the dbusmenu-gtk client.h
-rw-r--r--libdbusmenu-gtk/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libdbusmenu-gtk/client.h b/libdbusmenu-gtk/client.h
index b1d816f..4cfbdcf 100644
--- a/libdbusmenu-gtk/client.h
+++ b/libdbusmenu-gtk/client.h
@@ -29,8 +29,7 @@ License version 3 and version 2.1 along with this program. If not, see
#ifndef __DBUSMENU_GTKCLIENT_H__
#define __DBUSMENU_GTKCLIENT_H__
-#include <glib.h>
-#include <glib-object.h>
+#include <gtk/gtk.h>
#include <libdbusmenu-glib/client.h>
G_BEGIN_DECLS