diff options
Diffstat (limited to 'addressbook/gui/widgets/test-reflow.c')
-rw-r--r-- | addressbook/gui/widgets/test-reflow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/test-reflow.c b/addressbook/gui/widgets/test-reflow.c index 1a2cc9f017..0e54c57164 100644 --- a/addressbook/gui/widgets/test-reflow.c +++ b/addressbook/gui/widgets/test-reflow.c @@ -47,12 +47,12 @@ #include "config.h" -#include <gnome.h> #include <gal/widgets/e-canvas.h> #include <gal/widgets/e-reflow.h> -#include "e-minicard.h" #include <gal/widgets/e-scroll-frame.h> +#include "e-minicard.h" + /* This is a horrible thing to do, but it is just a test. */ GnomeCanvasItem *reflow; GnomeCanvasItem *rect; |