From: dforsi <df...@us...> - 2011-07-28 15:42:17
|
commit 915a763fea5aed91891c829dfff33e1df719dd2b Author: Daniele Forsi <da...@fo...> 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> |