[epiphany] ephy-find-toolbar: reorder includes



commit 8116867c05267353d8f93b3e280be48b9288e80d
Author: Xan Lopez <xan igalia com>
Date:   Tue Jan 17 13:26:25 2012 +0100

    ephy-find-toolbar: reorder includes

 src/ephy-find-toolbar.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c
index 7acb565..9a6d7ab 100644
--- a/src/ephy-find-toolbar.c
+++ b/src/ephy-find-toolbar.c
@@ -20,16 +20,16 @@
  */
 
 #include "config.h"
-
-#include "ephy-embed-utils.h"
 #include "ephy-find-toolbar.h"
+
 #include "ephy-debug.h"
+#include "ephy-embed-utils.h"
 
-#include <webkit/webkit.h>
 #include <gdk/gdkkeysyms.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <string.h>
+#include <webkit/webkit.h>
 
 #define EPHY_FIND_TOOLBAR_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object),EPHY_TYPE_FIND_TOOLBAR, EphyFindToolbarPrivate))
 



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