[epiphany] ephy-encoding-dialog: reorder includes
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-encoding-dialog: reorder includes
- Date: Fri, 30 Mar 2012 19:20:52 +0000 (UTC)
commit e75c67eef25fe0137216cbb3b2b1e29f01b3c215
Author: Xan Lopez <xan igalia com>
Date: Fri Mar 30 21:18:41 2012 +0200
ephy-encoding-dialog: reorder includes
src/ephy-encoding-dialog.c | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c
index 824ae5d..0579f45 100644
--- a/src/ephy-encoding-dialog.c
+++ b/src/ephy-encoding-dialog.c
@@ -20,23 +20,22 @@
*/
#include "config.h"
-
#include "ephy-encoding-dialog.h"
-#include "ephy-encodings.h"
-#include "ephy-embed.h"
+
+#include "ephy-debug.h"
#include "ephy-embed-container.h"
#include "ephy-embed-shell.h"
#include "ephy-embed-utils.h"
+#include "ephy-embed.h"
+#include "ephy-encodings.h"
#include "ephy-file-helpers.h"
-#include "ephy-shell.h"
-#include "ephy-node.h"
-#include "ephy-node-view.h"
-#include "ephy-debug.h"
#include "ephy-gui.h"
+#include "ephy-node-view.h"
+#include "ephy-node.h"
+#include "ephy-shell.h"
-#include <gtk/gtk.h>
#include <glib/gi18n.h>
-#include <string.h>
+#include <gtk/gtk.h>
#include <webkit/webkit.h>
#define EPHY_ENCODING_DIALOG_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_ENCODING_DIALOG, EphyEncodingDialogPrivate))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]