diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-12 20:46:42 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 19:37:18 +0800 |
commit | 31ffe0cd7670a9c31402443587dbe7d12f8561e0 (patch) | |
tree | 97846359386d99ff493c71569be8243d6cc541fe /src/empathy-status-icon.c | |
parent | b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d (diff) | |
download | gsoc2013-empathy-31ffe0cd7670a9c31402443587dbe7d12f8561e0.tar gsoc2013-empathy-31ffe0cd7670a9c31402443587dbe7d12f8561e0.tar.gz gsoc2013-empathy-31ffe0cd7670a9c31402443587dbe7d12f8561e0.tar.bz2 gsoc2013-empathy-31ffe0cd7670a9c31402443587dbe7d12f8561e0.tar.lz gsoc2013-empathy-31ffe0cd7670a9c31402443587dbe7d12f8561e0.tar.xz gsoc2013-empathy-31ffe0cd7670a9c31402443587dbe7d12f8561e0.tar.zst gsoc2013-empathy-31ffe0cd7670a9c31402443587dbe7d12f8561e0.zip |
move empathy-misc to empathy-notify-manager
All its code was related to notifications.
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r-- | src/empathy-status-icon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 000100f76..aaf827dc3 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -49,7 +49,6 @@ #include "empathy-status-icon.h" #include "empathy-preferences.h" #include "empathy-event-manager.h" -#include "empathy-misc.h" #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER #include <libempathy/empathy-debug.h> |