diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-18 05:43:12 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-18 05:43:12 +0800 |
commit | 3df5e4a687d4cc046804f6effa1eae832eb0504a (patch) | |
tree | 008c23b71012973dc1905d2fcd0e0a5f3f41e62d | |
parent | 9fbaa4c42f2088e912e9cb5d4a453600f1863b55 (diff) | |
download | gsoc2013-evolution-3df5e4a687d4cc046804f6effa1eae832eb0504a.tar gsoc2013-evolution-3df5e4a687d4cc046804f6effa1eae832eb0504a.tar.gz gsoc2013-evolution-3df5e4a687d4cc046804f6effa1eae832eb0504a.tar.bz2 gsoc2013-evolution-3df5e4a687d4cc046804f6effa1eae832eb0504a.tar.lz gsoc2013-evolution-3df5e4a687d4cc046804f6effa1eae832eb0504a.tar.xz gsoc2013-evolution-3df5e4a687d4cc046804f6effa1eae832eb0504a.tar.zst gsoc2013-evolution-3df5e4a687d4cc046804f6effa1eae832eb0504a.zip |
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
-rw-r--r-- | widgets/misc/e-reflow.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/misc/e-reflow.c b/widgets/misc/e-reflow.c index 0e9c8b92b1..622e3fb9f9 100644 --- a/widgets/misc/e-reflow.c +++ b/widgets/misc/e-reflow.c @@ -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); |