summaryrefslogtreecommitdiff
path: root/src/empathy-accounts.c
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-03-28 12:15:33 +0100
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 11:50:29 +0200
commit2ea4af7e920798004db89ce4ab4f768b65dd2a20 (patch)
tree93ab180058994e89ccae3cadad00e1c258fb5bff /src/empathy-accounts.c
parentf9ba3c0721715bb8d6dbf4315188e4397134ee6b (diff)
downloadempathy-2ea4af7e920798004db89ce4ab4f768b65dd2a20.tar.gz
Use double quotes for all internal headers
This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
Diffstat (limited to 'src/empathy-accounts.c')
-rw-r--r--src/empathy-accounts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c
index 90d7947e9..57f6968c8 100644
--- a/src/empathy-accounts.c
+++ b/src/empathy-accounts.c
@@ -32,13 +32,13 @@
#include <cheese-gtk.h>
#endif
-#include <libempathy/empathy-utils.h>
-#include <libempathy-gtk/empathy-ui-utils.h>
+#include "libempathy/empathy-utils.h"
+#include "libempathy-gtk/empathy-ui-utils.h"
#include "empathy-accounts-common.h"
#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
-#include <libempathy/empathy-debug.h>
+#include "libempathy/empathy-debug.h"
#define EMPATHY_ACCOUNTS_DBUS_NAME "org.gnome.EmpathyAccounts"