diff options
author | Dan Winship <danw@src.gnome.org> | 2003-11-08 05:20:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-11-08 05:20:47 +0800 |
commit | 104d471a79497aed5cc6b08cdd157b3ff7064bac (patch) | |
tree | 5528d1f5fa58df9e9afbed28c2bb4fa145c15fb9 /mail/message-list.c | |
parent | 7e90203a66104f50ba67c37e0edc60f73faf30a0 (diff) | |
download | gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.tar.gz gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.tar.zst gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.zip |
Don't #include e-name-western.h, since the code that uses it is commented
* message-list.c: Don't #include e-name-western.h, since the code
that uses it is commented out, and we want to remove the local
copy, but we don't want to make the mailer depend on the e-d-s
copy if it's not even going to be using it.
svn path=/trunk/; revision=23230
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index e58ae5acfc..a16c40f265 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -50,7 +50,6 @@ #include <camel/camel-file-utils.h> #include <camel/camel-folder.h> #include <camel/camel-folder-thread.h> -#include <e-util/ename/e-name-western.h> #include <e-util/e-memory.h> #include "filter/filter-label.h" |