From ec5afea3366a6aed8ba8941fc863d004006eb7d7 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 7 Aug 2012 16:11:30 +0200 Subject: ephy-location-entry: small cleanups --- lib/widgets/ephy-location-entry.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'lib') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index 449641866..a812845fa 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -22,20 +22,19 @@ */ #include "config.h" - #include "ephy-location-entry.h" -#include "ephy-signal-accumulator.h" -#include "ephy-dnd.h" + +#include "ephy-about-handler.h" #include "ephy-debug.h" +#include "ephy-dnd.h" #include "ephy-gui.h" -#include "ephy-about-handler.h" +#include "ephy-signal-accumulator.h" -#include #include +#include #include -#include - #include +#include /** * SECTION:ephy-location-entry @@ -88,8 +87,6 @@ static const GtkTargetEntry url_drag_types [] = { EPHY_DND_TEXT_TYPE, 0, 2 } }; -static void ephy_location_entry_class_init (EphyLocationEntryClass *klass); -static void ephy_location_entry_init (EphyLocationEntry *le); static gboolean ephy_location_entry_reset_internal (EphyLocationEntry *, gboolean); static void textcell_data_func (GtkCellLayout *cell_layout, -- cgit v1.2.3