Mercurial > pidgin
diff finch/gntui.c @ 26347:1c73d2ef9ddc
Remove some extra edits that snuck into Finch.
| author | Mike Ruprecht <maiku@soc.pidgin.im> |
|---|---|
| date | Mon, 23 Mar 2009 01:06:15 +0000 |
| parents | cbe97caec684 |
| children | 49b7044be3de |
line wrap: on
line diff
--- a/finch/gntui.c Sun Mar 22 23:33:42 2009 +0000 +++ b/finch/gntui.c Mon Mar 23 01:06:15 2009 +0000 @@ -19,9 +19,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include <prefs.h> #include "finch.h" +#include "gntui.h" #include "gntaccount.h" #include "gntblist.h" @@ -41,7 +41,7 @@ #include "gntstatus.h" #include "gntsound.h" -#include "gntui.h" +#include <prefs.h> void gnt_ui_init() {
