diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-07 00:32:52 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-07 00:32:52 +0800 |
commit | 816558f178d12135a17d6f15c1b218f76d84ecf3 (patch) | |
tree | 98906e81c65ae9454413848c54e84a660c4f67e2 | |
parent | af1a8c90bd1e1211b10c0b33ba658652e187ef30 (diff) | |
download | gsoc2013-empathy-816558f178d12135a17d6f15c1b218f76d84ecf3.tar gsoc2013-empathy-816558f178d12135a17d6f15c1b218f76d84ecf3.tar.gz gsoc2013-empathy-816558f178d12135a17d6f15c1b218f76d84ecf3.tar.bz2 gsoc2013-empathy-816558f178d12135a17d6f15c1b218f76d84ecf3.tar.lz gsoc2013-empathy-816558f178d12135a17d6f15c1b218f76d84ecf3.tar.xz gsoc2013-empathy-816558f178d12135a17d6f15c1b218f76d84ecf3.tar.zst gsoc2013-empathy-816558f178d12135a17d6f15c1b218f76d84ecf3.zip |
More duplicate includes of empathy-debug.h
svn path=/trunk/; revision=1086
-rw-r--r-- | libempathy/empathy-irc-network-manager.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-tp-roomlist.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-irc-network-manager.c b/libempathy/empathy-irc-network-manager.c index 1c0fe773f..ce1f90b23 100644 --- a/libempathy/empathy-irc-network-manager.c +++ b/libempathy/empathy-irc-network-manager.c @@ -25,8 +25,6 @@ #include <libxml/parser.h> #include <libxml/tree.h> -#include <libempathy/empathy-debug.h> - #include "empathy-utils.h" #include "empathy-irc-network-manager.h" diff --git a/libempathy/empathy-tp-roomlist.c b/libempathy/empathy-tp-roomlist.c index c631e6ab4..3819d1205 100644 --- a/libempathy/empathy-tp-roomlist.c +++ b/libempathy/empathy-tp-roomlist.c @@ -31,7 +31,6 @@ #include "empathy-tp-roomlist.h" #include "empathy-chatroom.h" #include "empathy-utils.h" -#include "empathy-debug.h" #define DEBUG_FLAG EMPATHY_DEBUG_TP #include "empathy-debug.h" |