diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-28 22:18:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:21 +0800 |
commit | 7132d0f0c2b8494b3962792cd77ce3fcb5313687 (patch) | |
tree | cdf5ae9b6d1aaf025d648a4f8dc10c3090f2db4c /mail/em-sync-stream.h | |
parent | 63d86c794e104a40e729cedea51d3929f10b0cb9 (diff) | |
download | gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.gz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.bz2 gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.lz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.xz gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.zst gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.zip |
Including <glib.h> directly is rarely needed.
Diffstat (limited to 'mail/em-sync-stream.h')
-rw-r--r-- | mail/em-sync-stream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-sync-stream.h b/mail/em-sync-stream.h index 806d79d55a..122a461664 100644 --- a/mail/em-sync-stream.h +++ b/mail/em-sync-stream.h @@ -30,7 +30,6 @@ requests are always handled in the main gui thread in the correct order. #ifndef EM_SYNC_STREAM_H #define EM_SYNC_STREAM_H -#include <glib.h> #include <camel/camel.h> /* Standard GObject macros */ |