diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-09 23:15:51 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 21:25:14 +0800 |
commit | 350ed3dbdba49253b6a94c8066c45ae81e95bed1 (patch) | |
tree | a61a2d81ea3cb7f1ec57484d501ccd2b36e92b6e /src | |
parent | 7bbf2dfc7a29041ab5efeb1683fab7d213d480df (diff) | |
download | gsoc2013-empathy-350ed3dbdba49253b6a94c8066c45ae81e95bed1.tar gsoc2013-empathy-350ed3dbdba49253b6a94c8066c45ae81e95bed1.tar.gz gsoc2013-empathy-350ed3dbdba49253b6a94c8066c45ae81e95bed1.tar.bz2 gsoc2013-empathy-350ed3dbdba49253b6a94c8066c45ae81e95bed1.tar.lz gsoc2013-empathy-350ed3dbdba49253b6a94c8066c45ae81e95bed1.tar.xz gsoc2013-empathy-350ed3dbdba49253b6a94c8066c45ae81e95bed1.tar.zst gsoc2013-empathy-350ed3dbdba49253b6a94c8066c45ae81e95bed1.zip |
Remove useless includes
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-account-assistant.c | 1 | ||||
-rw-r--r-- | src/empathy-import-dialog.c | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index 34c505613..55a322e24 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -22,6 +22,7 @@ #include <glib/gi18n.h> #include <telepathy-glib/util.h> +#include <gdk/gdkkeysyms.h> #include "empathy-account-assistant.h" #include "empathy-import-dialog.h" diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c index 4866b81c5..1a5f0a25c 100644 --- a/src/empathy-import-dialog.c +++ b/src/empathy-import-dialog.c @@ -22,8 +22,6 @@ #include <config.h> -#include <string.h> - #include <glib.h> #include <gtk/gtk.h> #include <glib/gi18n.h> @@ -37,8 +35,6 @@ #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include <libempathy/empathy-debug.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-account-manager.h> -#include <libempathy/empathy-connection-managers.h> #include <libempathy-gtk/empathy-ui-utils.h> enum { |