diff options
-rw-r--r-- | 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 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 <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)) |