diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-19 17:54:34 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-19 17:54:34 +0800 |
commit | ace3390de64eb4adb4cc28af39b0bc34ef078a79 (patch) | |
tree | 8f8c5c5688717583bee4fa60729394e50eb2dde9 /composer | |
parent | 235e390e773ffc7aa68c0c2d00df1988453de89e (diff) | |
download | gsoc2013-evolution-ace3390de64eb4adb4cc28af39b0bc34ef078a79.tar gsoc2013-evolution-ace3390de64eb4adb4cc28af39b0bc34ef078a79.tar.gz gsoc2013-evolution-ace3390de64eb4adb4cc28af39b0bc34ef078a79.tar.bz2 gsoc2013-evolution-ace3390de64eb4adb4cc28af39b0bc34ef078a79.tar.lz gsoc2013-evolution-ace3390de64eb4adb4cc28af39b0bc34ef078a79.tar.xz gsoc2013-evolution-ace3390de64eb4adb4cc28af39b0bc34ef078a79.tar.zst gsoc2013-evolution-ace3390de64eb4adb4cc28af39b0bc34ef078a79.zip |
I was a bit over-keen in changing includes, revert this part.
Diffstat (limited to 'composer')
-rw-r--r-- | composer/e-msg-composer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index e1713352ea..434f330e9a 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -27,7 +27,7 @@ #include <camel/camel-mime-message.h> #include <libedataserver/e-account.h> #include <libebook/e-destination.h> -#include <editor/gtkhtml-editor.h> +#include <gtkhtml-editor.h> #include <misc/e-attachment-view.h> #include "e-composer-header-table.h" |