Use only single gtk include

This commit is contained in:
William Jon McCann 2010-01-09 12:42:22 -05:00
parent 4587b7d4de
commit 9607cf459f
1 changed files with 3 additions and 3 deletions

View File

@ -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>