commit 915a763fea5aed91891c829dfff33e1df719dd2b
Author: Daniele Forsi <dani...@forsi.it>
Date:   Thu Jul 28 16:33:34 2011 +0200

    Remove unneeded include
    
    * libgtkpod/syncdir.c
    * src/main.c
     * Remove libintl.h for consistency with all other source files that
       include glib/gi18n-lib.h which in turn includes libintl.h

 libgtkpod/syncdir.c |    1 -
 src/main.c          |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libgtkpod/syncdir.c b/libgtkpod/syncdir.c
index 58439bf..2534965 100644
--- a/libgtkpod/syncdir.c
+++ b/libgtkpod/syncdir.c
@@ -34,7 +34,6 @@
     #include <config.h>
 #endif
 
-#include <libintl.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
diff --git a/src/main.c b/src/main.c
index ad3c373..0df002d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,7 +32,6 @@
 
 #include <stdlib.h>
 #include <time.h>
-#include <libintl.h>
 #include "gtkpod.h"
 #include <glib/gi18n-lib.h>
 

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to