Assamese translation updated
[platform/upstream/evolution-data-server.git] / tests / libedataserverui / test-name-selector.c
index 607178e..c566471 100644 (file)
  * Author: Hans Petter Jansson <hpj@novell.com>
  */
 
-#include <libedataserverui/e-name-selector-model.h>
-#include <libedataserverui/e-name-selector-dialog.h>
-#include <libedataserverui/e-name-selector-entry.h>
 #include <camel/camel.h>
+#include <libedataserverui/libedataserverui.h>
 
 static ENameSelectorDialog *name_selector_dialog;
 static GtkWidget           *name_selector_entry_window;
@@ -90,7 +88,8 @@ main (gint argc,
        registry = e_source_registry_new_sync (NULL, &error);
 
        if (error != NULL) {
-               g_error ("Failed to load ESource registry: %s",
+               g_error (
+                       "Failed to load ESource registry: %s",
                        error->message);
                g_assert_not_reached ();
        }