diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-06-21 14:44:32 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-06-21 15:33:34 +0800 |
commit | 56c3590ccf790223f30894c81c2e6c2ac0ffa4b8 (patch) | |
tree | 4748e6307ec3323e26a60d0bf9b0e8d45110465b /tests | |
parent | 7ed9fa5ef0cf9091ae3ea1b1e326440fe6d5727e (diff) | |
download | gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.gz gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.bz2 gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.lz gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.xz gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.zst gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.zip |
Remove useless occurences of 'gconf' word
Die gconf, die!
Diffstat (limited to 'tests')
-rw-r--r-- | tests/empathy-chatroom-manager-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/empathy-chatroom-manager-test.c b/tests/empathy-chatroom-manager-test.c index 3d6b6f6b7..b79e898d0 100644 --- a/tests/empathy-chatroom-manager-test.c +++ b/tests/empathy-chatroom-manager-test.c @@ -3,8 +3,6 @@ #include <string.h> #include <glib/gstdio.h> -#include <gconf/gconf.h> -#include <gconf/gconf-client.h> #include <telepathy-glib/account-manager.h> #include <telepathy-glib/util.h> |