summaryrefslogtreecommitdiff
path: root/tests/empathy-parser-test.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 /tests/empathy-parser-test.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 'tests/empathy-parser-test.c')
-rw-r--r--tests/empathy-parser-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/empathy-parser-test.c b/tests/empathy-parser-test.c
index 4ae6f775a..e9983c7f8 100644
--- a/tests/empathy-parser-test.c
+++ b/tests/empathy-parser-test.c
@@ -9,9 +9,9 @@
#include <telepathy-glib/telepathy-glib.h>
#define DEBUG_FLAG EMPATHY_DEBUG_TESTS
-#include <libempathy/empathy-debug.h>
+#include "libempathy/empathy-debug.h"
-#include <libempathy-gtk/empathy-string-parser.h>
+#include "libempathy-gtk/empathy-string-parser.h"
static void
test_replace_match (const gchar *text,