diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-19 17:42:58 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-19 17:43:56 +0800 |
commit | 235e390e773ffc7aa68c0c2d00df1988453de89e (patch) | |
tree | 8cc867db22219ca379702cff676cbea3ca178315 /composer | |
parent | 7a0fe71fb695f6bcbd702d99babb8830e92d54eb (diff) | |
download | gsoc2013-evolution-235e390e773ffc7aa68c0c2d00df1988453de89e.tar.gz gsoc2013-evolution-235e390e773ffc7aa68c0c2d00df1988453de89e.tar.zst gsoc2013-evolution-235e390e773ffc7aa68c0c2d00df1988453de89e.zip |
Fix properly include paths, since this is one of our public headers
Diffstat (limited to 'composer')
-rw-r--r-- | composer/e-msg-composer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 7664a8355b..e1713352ea 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -27,8 +27,8 @@ #include <camel/camel-mime-message.h> #include <libedataserver/e-account.h> #include <libebook/e-destination.h> -#include <gtkhtml-editor.h> -#include <widgets/misc/e-attachment-view.h> +#include <editor/gtkhtml-editor.h> +#include <misc/e-attachment-view.h> #include "e-composer-header-table.h" |