From 0345c9047dff096cc631d1dfee4f0a1b5a874bb5 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 24 Apr 2001 09:26:28 +0000 Subject: Added #include and moved corresponding local headers to the top. 2001-04-24 Kjartan Maraas * e-calendar-item.c, e-calendar.c, e-cell-date-edit.c, e-clipped-label.c: Added #include and moved corresponding local headers to the top. svn path=/trunk/; revision=9540 --- widgets/misc/e-dropdown-button.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/misc/e-dropdown-button.c') diff --git a/widgets/misc/e-dropdown-button.c b/widgets/misc/e-dropdown-button.c index 128b003ef9..334cab878f 100644 --- a/widgets/misc/e-dropdown-button.c +++ b/widgets/misc/e-dropdown-button.c @@ -27,6 +27,8 @@ #include #endif +#include "e-dropdown-button.h" + #include #include @@ -35,8 +37,6 @@ #include #include -#include "e-dropdown-button.h" - struct _EDropdownButtonPrivate { GtkAccelGroup *accel_group; -- cgit v1.2.3