From 0c5cf6617f4d5945eb1eecce87ba4f164e4c416c Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 8 Aug 2009 22:43:46 +0300 Subject: ephy-embed.c: sort headers --- embed/ephy-embed.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index ce1fb83cc..5591c9410 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -29,26 +29,25 @@ #include "eel-gconf-extensions.h" #include "ephy-command-manager.h" #include "ephy-debug.h" -#include "ephy-file-chooser.h" -#include "ephy-file-helpers.h" -#include "ephy-history.h" +#include "ephy-embed.h" +#include "ephy-embed-event.h" #include "ephy-embed-shell.h" #include "ephy-embed-single.h" #include "ephy-embed-persist.h" -#include "ephy-stock-icons.h" -#include "ephy-string.h" -#include "ephy-embed-event.h" +#include "ephy-embed-prefs.h" #include "ephy-embed-utils.h" +#include "ephy-file-chooser.h" +#include "ephy-file-helpers.h" +#include "ephy-history.h" #include "ephy-prefs.h" +#include "ephy-stock-icons.h" +#include "ephy-string.h" #include "ephy-web-view.h" -#include #include -#include #include - -#include "ephy-embed-prefs.h" -#include "ephy-embed.h" +#include +#include static void ephy_embed_class_init (EphyEmbedClass *klass); static void ephy_embed_init (EphyEmbed *gs); -- cgit v1.2.3