mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Use single include for gtk+
Merge from gnome-panel
2008-12-09 Vincent Untz <vuntz@gnome.org>
* na-tray-manager.[ch]: use single include for gtk+
This commit is contained in:
parent
5963a00fc5
commit
c8fd1f99d5
2 changed files with 2 additions and 4 deletions
|
|
@ -34,9 +34,7 @@
|
|||
#elif defined (GDK_WINDOWING_WIN32)
|
||||
#include <gdk/gdkwin32.h>
|
||||
#endif
|
||||
#include <gtk/gtkinvisible.h>
|
||||
#include <gtk/gtksocket.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "na-marshal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,10 +24,10 @@
|
|||
#ifndef __NA_TRAY_MANAGER_H__
|
||||
#define __NA_TRAY_MANAGER_H__
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "na-tray-child.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue