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 /e-util/e-icon-factory.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 'e-util/e-icon-factory.c')
-rw-r--r-- | e-util/e-icon-factory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-icon-factory.c b/e-util/e-icon-factory.c index 496a96a7e4..cdbf39c788 100644 --- a/e-util/e-icon-factory.c +++ b/e-util/e-icon-factory.c @@ -28,8 +28,6 @@ #include <sys/types.h> #include <sys/stat.h> -#include <pthread.h> - #define GNOME_DESKTOP_USE_UNSTABLE_API #include <libgnomeui/gnome-desktop-thumbnail.h> #undef GNOME_DESKTOP_USE_UNSTABLE_API |