Use only single gtk include
This commit is contained in:
parent
4587b7d4de
commit
9607cf459f
|
@ -1,4 +1,5 @@
|
||||||
/**
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
|
||||||
|
*
|
||||||
* @file libnotify/notification.c Notification object
|
* @file libnotify/notification.c Notification object
|
||||||
*
|
*
|
||||||
* @Copyright (C) 2006 Christian Hammond
|
* @Copyright (C) 2006 Christian Hammond
|
||||||
|
@ -26,10 +27,9 @@
|
||||||
#include <libnotify/notify.h>
|
#include <libnotify/notify.h>
|
||||||
#include <libnotify/internal.h>
|
#include <libnotify/internal.h>
|
||||||
|
|
||||||
#include <gtk/gtkversion.h>
|
#include <gtk/gtk.h>
|
||||||
#if GTK_CHECK_VERSION(2, 9, 2)
|
#if GTK_CHECK_VERSION(2, 9, 2)
|
||||||
# define HAVE_STATUS_ICON
|
# define HAVE_STATUS_ICON
|
||||||
# include <gtk/gtkstatusicon.h>
|
|
||||||
#endif
|
#endif
|
||||||
#include <gdk/gdkx.h>
|
#include <gdk/gdkx.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue