[libnotify] Use only single gtk include
- From: William Jon McCann <mccann src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libnotify] Use only single gtk include
- Date: Sat, 9 Jan 2010 18:40:37 +0000 (UTC)
commit 9607cf459f749d8a0e9b869d03d73565ff98b242
Author: William Jon McCann <jmccann redhat com>
Date: Sat Jan 9 12:42:22 2010 -0500
Use only single gtk include
libnotify/notification.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libnotify/notification.c b/libnotify/notification.c
index 3371ca6..9ccf382 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -1,4 +1,5 @@
-/**
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
+ *
* @file libnotify/notification.c Notification object
*
* @Copyright (C) 2006 Christian Hammond
@@ -26,10 +27,9 @@
#include <libnotify/notify.h>
#include <libnotify/internal.h>
-#include <gtk/gtkversion.h>
+#include <gtk/gtk.h>
#if GTK_CHECK_VERSION(2, 9, 2)
# define HAVE_STATUS_ICON
-# include <gtk/gtkstatusicon.h>
#endif
#include <gdk/gdkx.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]