From 9607cf459f749d8a0e9b869d03d73565ff98b242 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Sat, 9 Jan 2010 12:42:22 -0500 Subject: [PATCH] Use only single gtk include --- libnotify/notification.c | 6 +++--- 1 file 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 #include -#include +#include #if GTK_CHECK_VERSION(2, 9, 2) # define HAVE_STATUS_ICON -# include #endif #include