[epiphany] ephy-find-toolbar: reorder includes
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-find-toolbar: reorder includes
- Date: Tue, 17 Jan 2012 12:28:59 +0000 (UTC)
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]