Added e-reflow-sorted and e-reflow and fixed the #includes.

2000-09-17  Christopher James Lahey  <clahey@helixcode.com>

	* src/widgets/Makefile.am, src/widgets/e-reflow-sorted.c,
	src/widgets/e-reflow.c: Added e-reflow-sorted and e-reflow and
	fixed the #includes.

svn path=/trunk/; revision=5487
This commit is contained in:
Christopher James Lahey
2000-09-17 21:43:12 +00:00
committed by Chris Lahey
parent 9fbaa4c42f
commit 3df5e4a687

View File

@ -24,10 +24,10 @@
#include <gnome.h>
#include <math.h>
#include "e-reflow.h"
#include "e-text.h"
#include <e-util/e-canvas-utils.h>
#include <e-util/e-canvas.h>
#include <e-util/e-util.h>
#include "e-text/e-text.h"
#include "e-canvas-utils.h"
#include "e-canvas.h"
#include <util/e-util.h>
static void e_reflow_init (EReflow *reflow);
static void e_reflow_class_init (EReflowClass *klass);