diff options
Diffstat (limited to 'widgets/e-reflow/e-reflow.c')
-rw-r--r-- | widgets/e-reflow/e-reflow.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/widgets/e-reflow/e-reflow.c b/widgets/e-reflow/e-reflow.c index 004183727a..6706357ede 100644 --- a/widgets/e-reflow/e-reflow.c +++ b/widgets/e-reflow/e-reflow.c @@ -20,12 +20,14 @@ * Boston, MA 02111-1307, USA. */ +#include <config.h> #include <gnome.h> #include <math.h> #include "e-reflow.h" -#include "e-canvas-utils.h" -#include "e-canvas.h" -#include "e-util.h" +#include <e-util/e-canvas-utils.h> +#include <e-util/e-canvas.h> +#include <e-util/e-util.h> + static void e_reflow_init (EReflow *reflow); static void e_reflow_class_init (EReflowClass *klass); static void e_reflow_set_arg (GtkObject *o, GtkArg *arg, guint arg_id); |