[epiphany/history-rewrite] ephy-history-window: sort headers, remove duplicates



commit 0c64d908441effcd37a4342e45a753c94cebbef5
Author: Xan Lopez <xan igalia com>
Date:   Tue Mar 6 21:46:08 2012 +0100

    ephy-history-window: sort headers, remove duplicates

 src/ephy-history-window.c |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)
---
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index c9d4ba9..18f8e6d 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -21,33 +21,32 @@
  */
 
 #include "config.h"
-
-#include <gtk/gtk.h>
-#include <glib/gi18n.h>
-#include <string.h>
-#include <time.h>
-
-#include "ephy-window.h"
 #include "ephy-history-window.h"
-#include "ephy-urls-view.h"
-#include "ephy-urls-store.h"
-#include "ephy-hosts-view.h"
-#include "ephy-hosts-store.h"
-#include "ephy-shell.h"
+
+#include "ephy-bookmarks-ui.h"
+#include "ephy-debug.h"
 #include "ephy-dnd.h"
-#include "ephy-state.h"
-#include "window-commands.h"
+#include "ephy-favicon-cache.h"
 #include "ephy-file-helpers.h"
-#include "ephy-debug.h"
 #include "ephy-gui.h"
+#include "ephy-hosts-store.h"
+#include "ephy-hosts-view.h"
+#include "ephy-prefs.h"
 #include "ephy-search-entry.h"
 #include "ephy-session.h"
-#include "ephy-favicon-cache.h"
-#include "ephy-bookmarks-ui.h"
-#include "ephy-prefs.h"
 #include "ephy-settings.h"
-#include "ephy-gui.h"
+#include "ephy-shell.h"
+#include "ephy-state.h"
 #include "ephy-time-helpers.h"
+#include "ephy-urls-store.h"
+#include "ephy-urls-view.h"
+#include "ephy-window.h"
+#include "window-commands.h"
+
+#include <gtk/gtk.h>
+#include <glib/gi18n.h>
+#include <string.h>
+#include <time.h>
 
 static const GtkTargetEntry page_drag_types [] =
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]