[gnome-panel] na: remove unneeded includes



commit 1540c6b2e80f9dc94fd26a4350f043473e5bcb08
Author: Dan Winship <danw gnome org>
Date:   Tue Feb 1 13:00:17 2011 -0500

    na: remove unneeded includes
    
    gnome-panel and gnome-shell differed as to whether these files should
    include g18n.h or g18n-lib.h, but there are no translated strings in
    them anyway, so it doesn't matter.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614711

 applets/notification_area/na-tray-child.c   |    1 -
 applets/notification_area/na-tray-manager.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/applets/notification_area/na-tray-child.c b/applets/notification_area/na-tray-child.c
index 68f5933..84316a6 100644
--- a/applets/notification_area/na-tray-child.c
+++ b/applets/notification_area/na-tray-child.c
@@ -24,7 +24,6 @@
 
 #include "na-tray-child.h"
 
-#include <glib/gi18n.h>
 #include <gdk/gdk.h>
 #include <gdk/gdkx.h>
 #include <X11/Xatom.h>
diff --git a/applets/notification_area/na-tray-manager.c b/applets/notification_area/na-tray-manager.c
index 533c1fb..a822eb7 100644
--- a/applets/notification_area/na-tray-manager.c
+++ b/applets/notification_area/na-tray-manager.c
@@ -26,7 +26,6 @@
 
 #include "na-tray-manager.h"
 
-#include <glib/gi18n.h>
 #if defined (GDK_WINDOWING_X11)
 #include <gdk/gdkx.h>
 #include <X11/Xatom.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]