diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-14 01:26:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:59 +0800 |
commit | 147cc5979e09495d9efe842c0c224f6112d0b7b9 (patch) | |
tree | 9911f99e1f05caa55be5f02c76add8e7a639106a /widgets/text/e-reflow.h | |
parent | 629353acc37e3056972dc30009f5efdde4e54ef5 (diff) | |
download | gsoc2013-evolution-147cc5979e09495d9efe842c0c224f6112d0b7b9.tar.gz gsoc2013-evolution-147cc5979e09495d9efe842c0c224f6112d0b7b9.tar.zst gsoc2013-evolution-147cc5979e09495d9efe842c0c224f6112d0b7b9.zip |
e-text: Only include libgnomecanvas.h
Diffstat (limited to 'widgets/text/e-reflow.h')
-rw-r--r-- | widgets/text/e-reflow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-reflow.h b/widgets/text/e-reflow.h index d11362bed4..d6b49064eb 100644 --- a/widgets/text/e-reflow.h +++ b/widgets/text/e-reflow.h @@ -23,7 +23,7 @@ #ifndef __E_REFLOW_H__ #define __E_REFLOW_H__ -#include <libgnomecanvas/gnome-canvas.h> +#include <libgnomecanvas/libgnomecanvas.h> #include <text/e-reflow-model.h> #include <misc/e-selection-model.h> #include <e-util/e-sorter-array.h> |