]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-edit-dialog.c
Fix broken nl translation
[empathy.git] / libempathy-gtk / empathy-individual-edit-dialog.c
index ec3bf9a1f9d911c5868605c517f3eb166915f1e5..dbd01c970d24d8205f97636c41992623cab3fe7a 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-individual-edit-dialog.h"
 
-#include <string.h>
-#include <stdlib.h>
-
-#include <gtk/gtk.h>
 #include <glib/gi18n-lib.h>
 
-#include <telepathy-glib/telepathy-glib.h>
-#include <folks/folks.h>
-
-#include <libempathy/empathy-individual-manager.h>
-#include <libempathy/empathy-utils.h>
-
-#include "empathy-individual-edit-dialog.h"
 #include "empathy-individual-widget.h"
-#include "empathy-ui-utils.h"
+#include "empathy-utils.h"
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyIndividualEditDialog)