diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-24 18:16:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-27 21:25:00 +0800 |
commit | a09f5534586962fe64f4d556839265f55ad5e8ec (patch) | |
tree | 9e8e68e0c9726f5da2672f194da2677e265e36be /mail/em-subscribe-editor.c | |
parent | 555c178a7d52ae4aa5a52fa78bbbc0f70f4cc576 (diff) | |
download | gsoc2013-evolution-a09f5534586962fe64f4d556839265f55ad5e8ec.tar.gz gsoc2013-evolution-a09f5534586962fe64f4d556839265f55ad5e8ec.tar.zst gsoc2013-evolution-a09f5534586962fe64f4d556839265f55ad5e8ec.zip |
Prefer GLib mutexes over pthread mutexes.
Diffstat (limited to 'mail/em-subscribe-editor.c')
-rw-r--r-- | mail/em-subscribe-editor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-subscribe-editor.c b/mail/em-subscribe-editor.c index d572c89eaf..e9c933de50 100644 --- a/mail/em-subscribe-editor.c +++ b/mail/em-subscribe-editor.c @@ -26,8 +26,6 @@ #include <string.h> -#include <pthread.h> - #include "mail-tools.h" #include "mail-ops.h" #include "mail-mt.h" |