From e75c67eef25fe0137216cbb3b2b1e29f01b3c215 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 30 Mar 2012 21:18:41 +0200 Subject: ephy-encoding-dialog: reorder includes --- src/ephy-encoding-dialog.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c index 824ae5d0f..0579f4505 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 #include -#include +#include #include #define EPHY_ENCODING_DIALOG_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_ENCODING_DIALOG, EphyEncodingDialogPrivate)) -- cgit v1.2.3