[epiphany] ephy-navigation-action.c: sort includes



commit 0afd94608d0e60c21d42637ea774829093ffdce8
Author: Xan Lopez <xan gnome org>
Date:   Tue Jul 21 14:13:24 2009 +0300

    ephy-navigation-action.c: sort includes

 src/ephy-navigation-action.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/ephy-navigation-action.c b/src/ephy-navigation-action.c
index 23d58ec..55b9396 100644
--- a/src/ephy-navigation-action.c
+++ b/src/ephy-navigation-action.c
@@ -21,19 +21,19 @@
  */
 
 #include "config.h"
-
 #include "ephy-navigation-action.h"
-#include "ephy-type-builtins.h"
-#include "ephy-window.h"
-#include "ephy-favicon-cache.h"
-#include "ephy-history.h"
+
+#include "ephy-debug.h"
 #include "ephy-embed-container.h"
 #include "ephy-embed-shell.h"
 #include "ephy-embed-utils.h"
-#include "ephy-link.h"
+#include "ephy-favicon-cache.h"
 #include "ephy-gui.h"
-#include "ephy-debug.h"
+#include "ephy-history.h"
+#include "ephy-link.h"
 #include "ephy-shell.h"
+#include "ephy-type-builtins.h"
+#include "ephy-window.h"
 
 #include <gtk/gtk.h>
 #include <webkit/webkit.h>



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