diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-28 19:36:27 +0800 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-01 17:50:29 +0800 |
commit | 5c440c4e08f8102a9b73244697e69ad4855dbdef (patch) | |
tree | e09f6fba1d2f7dbc19348ec5b9761ed067d83fc7 /libempathy/empathy-account-settings.c | |
parent | 2ea4af7e920798004db89ce4ab4f768b65dd2a20 (diff) | |
download | gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.gz gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.bz2 gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.lz gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.xz gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.zst gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.zip |
Avoid include path overspecifications
If we're under the libempathy directory there's no need to prefix
include file paths with it, and the same is true for libempathy-gtk.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
Diffstat (limited to 'libempathy/empathy-account-settings.c')
-rw-r--r-- | libempathy/empathy-account-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index d77a8b08a..1a1391e16 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -27,7 +27,7 @@ #include "empathy-presence-manager.h" #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountSettings) |